diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-20 14:20:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-20 14:20:20 +0300 |
commit | 7221f5dd436a8534c6797718f2c83b0fb5f8b136 (patch) | |
tree | 762559ebe4fb16a3fcd9dd53b1f141414f07f551 /src/gui/widgets | |
parent | ca790028cb845f56e021fad84bc58d9e251785a4 (diff) | |
download | plus-7221f5dd436a8534c6797718f2c83b0fb5f8b136.tar.gz plus-7221f5dd436a8534c6797718f2c83b0fb5f8b136.tar.bz2 plus-7221f5dd436a8534c6797718f2c83b0fb5f8b136.tar.xz plus-7221f5dd436a8534c6797718f2c83b0fb5f8b136.zip |
Add support for onscreen buttons in format 3x2.
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/tabs/setup_touch.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/widgets/tabs/setup_touch.cpp b/src/gui/widgets/tabs/setup_touch.cpp index 18f0e1554..f1bda8372 100644 --- a/src/gui/widgets/tabs/setup_touch.cpp +++ b/src/gui/widgets/tabs/setup_touch.cpp @@ -47,7 +47,7 @@ static const char *const sizeList[] = N_("Large") }; -static const int formatListSize = 5; +static const int formatListSize = 6; static const char *const formatList[] = { @@ -55,7 +55,8 @@ static const char *const formatList[] = "2x2", "3x3", "4x2", - "4x3" + "4x3", + "3x2" }; Setup_Touch::Setup_Touch(const Widget2 *const widget) : |