Skip to content

Commit ce10aa6

Browse files
committed
Added missing location for FR up/down button input hints (#293)
1 parent 2780ed8 commit ce10aa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/config/device-forerunner/Config.mc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ class Config extends BaseConfig {
1010
// Corresponds to ControlView.InputHints enumeration
1111
// 0=ENTER
1212
// 1=BACK
13-
public static const UI_INPUT_HINT_POSITIONS as Array<Number> = [25, 330];
13+
public static const UI_INPUT_HINT_POSITIONS as Array<Number> = [25, 330, 180, 210];
1414
}

0 commit comments

Comments
 (0)