diff options
| author | JosJuice <josjuice@gmail.com> | 2017-07-03 22:44:13 +0200 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2017-08-08 12:09:50 +0200 |
| commit | 1fc910b3ea9eafcc3cc5132bdfc51731ba5fa9fd (patch) | |
| tree | c3ea0b0b20b318626a6b4ef60e16b3270fc77489 /Source/Android/app/src/main/res/values | |
| parent | f090a943190aead4d24f0cd4ba5ca32c08261706 (diff) | |
Convert to/from old EFB scale numbering
Diffstat (limited to 'Source/Android/app/src/main/res/values')
| -rw-r--r-- | Source/Android/app/src/main/res/values/arrays.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Android/app/src/main/res/values/arrays.xml b/Source/Android/app/src/main/res/values/arrays.xml index ec9b2cf30f..aa5d87486e 100644 --- a/Source/Android/app/src/main/res/values/arrays.xml +++ b/Source/Android/app/src/main/res/values/arrays.xml @@ -111,12 +111,12 @@ <item>6x Native (3840x3168) for 4K</item> </string-array> <integer-array name="internalResolutionValues" translatable="false"> - <item>1</item> <item>2</item> - <item>3</item> <item>4</item> - <item>5</item> <item>6</item> + <item>7</item> + <item>8</item> + <item>9</item> </integer-array> <!-- FSAA Preference --> |
