Replace frame limit text field with a slider.

This commit is contained in:
Paul Chote
2019-12-08 22:02:24 +00:00
committed by teinarss
parent 35a36b4cdf
commit 51eaa17b1e
3 changed files with 32 additions and 65 deletions

View File

@@ -159,25 +159,14 @@ Container@SETTINGS_PANEL:
Height: 20
Font: Regular
Text: Enable Frame Limiter
Label@FRAME_LIMIT_DESC_A:
Slider@FRAME_LIMIT_SLIDER:
X: 340
Y: 153
Width: 50
Height: 25
Text: Limit to
Align: Right
TextField@FRAME_LIMIT_TEXTFIELD:
X: 395
Y: 153
Width: 45
Height: 25
MaxLength: 3
Type: Integer
Label@FRAME_LIMIT_DESC_B:
X: 445
Y: 153
Height: 25
Text: FPS
Y: 150
Width: 200
Height: 20
Ticks: 20
MinimumValue: 50
MaximumValue: 240
Checkbox@PLAYER_STANCE_COLORS_CHECKBOX:
X: 310
Y: 185

View File

@@ -173,25 +173,14 @@ Background@SETTINGS_PANEL:
Height: 20
Font: Regular
Text: Enable Frame Limiter
Label@FRAME_LIMIT_DESC_A:
X: 340
Y: 159
Width: 50
Height: 25
Text: Limit to
Align: Right
TextField@FRAME_LIMIT_TEXTFIELD:
X: 395
Y: 158
Width: 45
Height: 25
MaxLength: 3
Type: Integer
Label@FRAME_LIMIT_DESC_B:
X: 445
Y: 159
Height: 25
Text: FPS
Slider@FRAME_LIMIT_SLIDER:
X: 330
Y: 150
Width: 200
Height: 20
Ticks: 20
MinimumValue: 50
MaximumValue: 240
Checkbox@PLAYER_STANCE_COLORS_CHECKBOX:
X: 310
Y: 195