Skip to content

Commit 3cd7d93

Browse files
committed
replace upscale button by editable combobox
1 parent 469e087 commit 3cd7d93

File tree

2 files changed

+27
-12
lines changed

2 files changed

+27
-12
lines changed

Data/Base.rte/GUIs/SettingsGUI.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Visible = True
210210
Enabled = True
211211
Name = CheckboxIgnoreMultiDisplays
212212
Anchor = Left, Top
213-
Text = Ignore Multi-Displays
213+
Text = Enable Multi-Display Fullscreen
214214
Checked = Unchecked
215215

216216
[LabelSplitscreenType]
@@ -396,19 +396,19 @@ Enabled = True
396396
Name = TextboxCustomHeight
397397
Anchor = Left, Top
398398

399-
[CheckboxCustomUpscaled]
400-
ControlType = CHECKBOX
399+
[ComboboxResolutionMultiplier]
400+
ControlType = COMBOBOX
401401
Parent = CollectionCustomResolution
402402
X = 284
403403
Y = 11
404404
Width = 60
405405
Height = 16
406406
Visible = True
407407
Enabled = True
408-
Name = CheckboxCustomUpscaled
408+
Name = ComboboxResolutionMultiplier
409409
Anchor = Left, Top
410-
Checked = Unchecked
411-
Text = Upscaled
410+
Text = 2
411+
DropDownStyle = DropDown
412412

413413
[ButtonApplyCustomResolution]
414414
ControlType = BUTTON

Data/Base.rte/GUIs/SettingsPauseGUI.ini

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,20 @@ Anchor = Left, Top
185185
Text = Enable VSync
186186
Checked = Unchecked
187187

188+
[CheckboxFullscreen]
189+
ControlType = CHECKBOX
190+
Parent = CollectionBoxVideoSettings
191+
X = 14
192+
Y = 135
193+
Width = 85
194+
Height = 16
195+
Visible = True
196+
Enabled = True
197+
Name = CheckboxFullscreen
198+
Anchor = Left, Top
199+
Text = Fullscreen
200+
Checked = Unchecked
201+
188202
[CheckboxIgnoreMultiDisplays]
189203
ControlType = CHECKBOX
190204
Parent = CollectionBoxVideoSettings
@@ -382,19 +396,20 @@ Enabled = True
382396
Name = TextboxCustomHeight
383397
Anchor = Left, Top
384398

385-
[CheckboxCustomUpscaled]
386-
ControlType = CHECKBOX
399+
[ComboboxResolutionMultiplier]
400+
ControlType = COMBOBOX
387401
Parent = CollectionCustomResolution
388402
X = 284
389403
Y = 11
390404
Width = 60
391405
Height = 16
392406
Visible = True
393407
Enabled = True
394-
Name = CheckboxCustomUpscaled
408+
Name = ComboboxResolutionMultiplier
395409
Anchor = Left, Top
396-
Checked = Unchecked
397-
Text = Upscaled
410+
Text = 2
411+
DropDownStyle = DropDown
412+
398413

399414
[ButtonApplyCustomResolution]
400415
ControlType = BUTTON
@@ -3729,4 +3744,4 @@ Enabled = True
37293744
Name = TabMiscSettings
37303745
Anchor = Left, Top
37313746
Text = Misc.
3732-
Selected = False
3747+
Selected = False

0 commit comments

Comments
 (0)