We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2780ed8 commit ce10aa6Copy full SHA for ce10aa6
1 file changed
source/config/device-forerunner/Config.mc
@@ -10,5 +10,5 @@ class Config extends BaseConfig {
10
// Corresponds to ControlView.InputHints enumeration
11
// 0=ENTER
12
// 1=BACK
13
- public static const UI_INPUT_HINT_POSITIONS as Array<Number> = [25, 330];
+ public static const UI_INPUT_HINT_POSITIONS as Array<Number> = [25, 330, 180, 210];
14
}
0 commit comments