This repository was archived by the owner on Jan 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +25
-42
lines changed Expand file tree Collapse file tree 1 file changed +25
-42
lines changed Original file line number Diff line number Diff line change @@ -13,23 +13,6 @@ DrawBackground = False
13
13
DrawType = Color
14
14
DrawColor = 8
15
15
16
- /*
17
- [LabelDebug]
18
- ControlType = LABEL
19
- Parent = root
20
- X = 0
21
- Y = 40
22
- Width = 256
23
- Height = 10
24
- Visible = True
25
- Enabled = True
26
- Name = LabelDebug
27
- Anchor = Left, Top
28
- Text = Debug
29
- HAlignment = centre
30
- VAlignment = middle
31
- */
32
-
33
16
[MainScreen]
34
17
ControlType = COLLECTIONBOX
35
18
Parent = root
@@ -588,20 +571,35 @@ DrawColor = 62
588
571
[ButtonFullscreen]
589
572
ControlType = BUTTON
590
573
Parent = OptionsScreen
591
- X = 16
592
- Y = 18
593
- Width = 100
594
- Height = 28
574
+ X = 12
575
+ Y = 34
576
+ Width = 66
577
+ Height = 18
595
578
Visible = True
596
579
Enabled = True
597
580
Name = ButtonFullscreen
598
581
Anchor = Left, Top
599
- Text = Go Fullscreen
582
+ ToolTip =
583
+ Text = Fullscreen
584
+
585
+ [ButtonUpscaledFullscreen]
586
+ ControlType = BUTTON
587
+ Parent = OptionsScreen
588
+ X = 82
589
+ Y = 34
590
+ Width = 120
591
+ Height = 18
592
+ Visible = True
593
+ Enabled = True
594
+ Name = ButtonUpscaledFullscreen
595
+ Anchor = Left, Top
596
+ ToolTip =
597
+ Text = Upscaled Fullscreen
600
598
601
599
[LabelResolution]
602
600
ControlType = LABEL
603
601
Parent = OptionsScreen
604
- X = 136
602
+ X = 14
605
603
Y = 18
606
604
Width = 100
607
605
Height = 10
@@ -613,33 +611,18 @@ Text = Fit Display Size:
613
611
HAlignment = left
614
612
VAlignment = middle
615
613
616
- [LabelResolutionNotice]
617
- ControlType = LABEL
618
- Parent = OptionsScreen
619
- X = 12
620
- Y = 152
621
- Width = 456
622
- Height = 28
623
- Visible = True
624
- Enabled = True
625
- Name = LabelResolutionNotice
626
- Anchor = Left, Top
627
- Text = Resolution Change Requires Restart!
628
- HAlignment = centre
629
- VAlignment = middle
630
-
631
614
[ComboResolution]
632
615
ControlType = COMBOBOX
633
616
Parent = OptionsScreen
634
- X = 128
635
- Y = 30
636
- Width = 108
617
+ X = 98
618
+ Y = 15
619
+ Width = 138
637
620
Height = 16
638
621
Visible = True
639
622
Enabled = True
640
623
Name = ComboResolution
641
624
Anchor = Left, Top
642
- DropHeight = 66
625
+ DropHeight = 132
643
626
DropDownStyle = DropDownList
644
627
645
628
[LabelSoundVolume]
You can’t perform that action at this time.
0 commit comments