diff options
Diffstat (limited to 'gui/themes/scummmodern/scummmodern_layout.stx')
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx index 80b913a3a4..754bc251d9 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -263,6 +263,28 @@ <widget name = 'grSwapMenuAndBackBtnsCheckbox' type = 'Checkbox' /> + <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10'> + <widget name = 'grKbdMouseSpeedDesc' + type = 'OptionsLabel' + /> + <widget name = 'grKbdMouseSpeedSlider' + type = 'Slider' + /> + <widget name = 'grKbdMouseSpeedLabel' + type = 'SmallLabel' + /> + </layout> + <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10' center = 'true'> + <widget name = 'grJoystickDeadzoneDesc' + type = 'OptionsLabel' + /> + <widget name = 'grJoystickDeadzoneSlider' + type = 'Slider' + /> + <widget name = 'grJoystickDeadzoneLabel' + type = 'SmallLabel' + /> + </layout> </layout> </dialog> |