diff options
author | Arne Morten Kvarving <cptspiff@gmail.com> | 2015-01-28 15:36:44 +0100 |
---|---|---|
committer | uNiversaI <uNiversal@noreply.github.com> | 2015-07-03 22:30:00 +0900 |
commit | 908112ce2b16b1b2f856a6f6b4b9db4d8fbd5d55 (patch) | |
tree | 99f29478429fcb176d772275245f84ead044381f /system | |
parent | e836b9faf7ff5c42476bdce9e77fdaf41de33f9a (diff) |
WIP: nonlinear stretch 16:9 setting for 4:3 video display
Diffstat (limited to 'system')
-rw-r--r-- | system/settings/settings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml index 8f69bcbef0..17c8a27914 100644 --- a/system/settings/settings.xml +++ b/system/settings/settings.xml @@ -587,6 +587,7 @@ <option label="630">0</option> <!-- ViewModeNormal --> <option label="633">3</option> <!-- ViewModeWideZoom --> <option label="634">4</option> <!-- ViewModeStretch16x9 --> + <option label="644">7</option> <!-- ViewModeStretch16x9 - nonlinear --> <option label="631">1</option> <!-- ViewModeZoom --> </options> </constraints> |