Update introductory prompts to match settings layout

This commit is contained in:
Ivaylo Draganov
2021-09-29 21:08:29 +03:00
committed by reaperrr
parent 8a2b63c944
commit bdfe025059
3 changed files with 519 additions and 431 deletions

View File

@@ -139,6 +139,8 @@ namespace OpenRA.Mods.Common.Widgets.Logic
Ui.CloseWindow(); Ui.CloseWindow();
onComplete(); onComplete();
}; };
SettingsUtils.AdjustSettingsScrollPanelLayout(widget.Get<ScrollPanelWidget>("SETTINGS_SCROLLPANEL"));
} }
} }
} }

View File

@@ -2,10 +2,10 @@ Container@MAINMENU_INTRODUCTION_PROMPT:
Logic: IntroductionPromptLogic Logic: IntroductionPromptLogic
X: (WINDOW_RIGHT - WIDTH) / 2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT) / 2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 600 Width: 700
Height: 350 Height: 445
Children: Children:
Label@TITLE: Label@PROMPT_TITLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0 - 25 Y: 0 - 25
Font: BigBold Font: BigBold
@@ -31,36 +31,56 @@ Container@MAINMENU_INTRODUCTION_PROMPT:
Font: Regular Font: Regular
Align: Center Align: Center
Text: Additional options can be configured later from the Settings menu. Text: Additional options can be configured later from the Settings menu.
Label@PROFILE_TITLE: ScrollPanel@SETTINGS_SCROLLPANEL:
Width: PARENT_RIGHT X: 15
Y: 60 Y: 60
Height: 25 Width: PARENT_RIGHT - 30
Font: Bold Height: PARENT_BOTTOM - 75
CollapseHiddenChildren: True
TopBottomSpacing: 5
ItemSpacing: 10
ScrollBar: Hidden
Children:
Background@SECTION_HEADER:
X: 5
Width: PARENT_RIGHT - 10
Height: 13
Background: separator
Children:
Label@LABEL:
Width: PARENT_RIGHT
Height: PARENT_BOTTOM
Font: TinyBold
Align: Center Align: Center
Text: Profile Text: Profile
Container@ROW:
Width: PARENT_RIGHT
Height: 50
Children:
Container@PLAYER_CONTAINER:
X: 10
Width: PARENT_RIGHT / 2 - 20
Children:
Label@PLAYER: Label@PLAYER:
Width: PARENT_RIGHT
Height: 20
Text: Player Name: Text: Player Name:
X: 15
Y: 90
Width: 120
Height: 25
Align: Right
TextField@PLAYERNAME: TextField@PLAYERNAME:
X: 140 Y: 25
Y: 90 Width: PARENT_RIGHT
Width: 160
Height: 25 Height: 25
MaxLength: 16 MaxLength: 16
Text: Name
Container@PLAYERCOLOR_CONTAINER:
X: PARENT_RIGHT / 2 + 10
Width: PARENT_RIGHT / 2 - 20
Children:
Label@COLOR: Label@COLOR:
X: 265 + 60 Width: PARENT_RIGHT
Y: 90 Height: 20
Width: 145
Height: 25
Text: Preferred Color: Text: Preferred Color:
Align: Right
DropDownButton@PLAYERCOLOR: DropDownButton@PLAYERCOLOR:
X: 415 + 60 Y: 25
Y: 90
Width: 75 Width: 75
Height: 25 Height: 25
IgnoreChildMouseOver: true IgnoreChildMouseOver: true
@@ -71,38 +91,40 @@ Container@MAINMENU_INTRODUCTION_PROMPT:
Y: 6 Y: 6
Width: PARENT_RIGHT - 35 Width: PARENT_RIGHT - 35
Height: PARENT_BOTTOM - 12 Height: PARENT_BOTTOM - 12
Label@INPUT_TITLE: Container@SPACER:
Background@SECTION_HEADER:
X: 5
Width: PARENT_RIGHT - 10
Height: 13
Background: separator
Children:
Label@LABEL:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 120 Height: PARENT_BOTTOM
Height: 25 Font: TinyBold
Font: Bold
Align: Center Align: Center
Text: Input Text: Input
Container@ROW:
Width: PARENT_RIGHT
Height: 50
Children:
Container@MOUSE_CONTROL_CONTAINER:
X: 10
Width: PARENT_RIGHT / 2 - 20
Children:
Label@MOUSE_CONTROL_LABEL: Label@MOUSE_CONTROL_LABEL:
X: 15 Width: PARENT_RIGHT
Y: 150
Width: 120
Height: 25
Font: Regular
Text: Control Scheme:
Align: Right
DropDownButton@MOUSE_CONTROL_DROPDOWN:
X: 140
Y: 150
Width: 160
Height: 25
Font: Regular
Checkbox@EDGESCROLL_CHECKBOX:
X: 365
Y: 153
Width: 180
Height: 20 Height: 20
Font: Regular Font: Regular
Text: Screen Edge Panning Text: Control Scheme:
DropDownButton@MOUSE_CONTROL_DROPDOWN:
Y: 25
Width: PARENT_RIGHT
Height: 25
Font: Regular
Container@MOUSE_CONTROL_DESC_CLASSIC: Container@MOUSE_CONTROL_DESC_CLASSIC:
X: 25 X: PARENT_RIGHT / 2 + 10
Y: 180 Width: PARENT_RIGHT / 2 - 20
Width: PARENT_RIGHT - 50
Children: Children:
LabelWithHighlight@DESC_SELECTION: LabelWithHighlight@DESC_SELECTION:
Height: 16 Height: 16
@@ -119,44 +141,39 @@ Container@MAINMENU_INTRODUCTION_PROMPT:
Font: Small Font: Small
Text: - Place structures using the {Left} mouse button Text: - Place structures using the {Left} mouse button
LabelWithHighlight@DESC_SUPPORT: LabelWithHighlight@DESC_SUPPORT:
X: 265 Y: 51
Height: 16 Height: 16
Font: Small Font: Small
Text: - Target support powers using the {Left} mouse button Text: - Target support powers using the {Left} mouse button
LabelWithHighlight@DESC_ZOOM: LabelWithHighlight@DESC_ZOOM:
X: 265 Y: 68
Y: 17
Height: 16 Height: 16
Font: Small Font: Small
Text: - Zoom the battlefield using the {Scroll Wheel} Text: - Zoom the battlefield using the {Scroll Wheel}
LabelWithHighlight@DESC_ZOOM_MODIFIER: LabelWithHighlight@DESC_ZOOM_MODIFIER:
X: 265 Y: 68
Y: 17
Height: 16 Height: 16
Font: Small Font: Small
Text: - Zoom the battlefield using {MODIFIER + Scroll Wheel} Text: - Zoom the battlefield using {MODIFIER + Scroll Wheel}
LabelWithHighlight@DESC_SCROLL_RIGHT: LabelWithHighlight@DESC_SCROLL_RIGHT:
X: 265 Y: 85
Y: 34
Height: 16 Height: 16
Font: Small Font: Small
Text: - Pan the battlefield using the {Right} mouse button Text: - Pan the battlefield using the {Right} mouse button
LabelWithHighlight@DESC_SCROLL_MIDDLE: LabelWithHighlight@DESC_SCROLL_MIDDLE:
X: 265 Y: 85
Y: 34
Height: 16 Height: 16
Font: Small Font: Small
Text: - Pan the battlefield using the {Middle} mouse button Text: - Pan the battlefield using the {Middle} mouse button
Label@DESC_EDGESCROLL: Label@DESC_EDGESCROLL:
X: 274 X: 9
Y: 51 Y: 102
Height: 16 Height: 16
Font: Small Font: Small
Text: or by moving the cursor to the edge of the screen Text: or by moving the cursor to the edge of the screen
Container@MOUSE_CONTROL_DESC_MODERN: Container@MOUSE_CONTROL_DESC_MODERN:
X: 25 X: PARENT_RIGHT / 2 + 10
Y: 180 Width: PARENT_RIGHT / 2 - 20
Width: PARENT_RIGHT - 50
Children: Children:
LabelWithHighlight@DESC_SELECTION: LabelWithHighlight@DESC_SELECTION:
Height: 16 Height: 16
@@ -173,77 +190,103 @@ Container@MAINMENU_INTRODUCTION_PROMPT:
Font: Small Font: Small
Text: - Place structures using the {Left} mouse button Text: - Place structures using the {Left} mouse button
LabelWithHighlight@DESC_SUPPORT: LabelWithHighlight@DESC_SUPPORT:
X: 265 Y: 51
Height: 16 Height: 16
Font: Small Font: Small
Text: - Target support powers using the {Left} mouse button Text: - Target support powers using the {Left} mouse button
LabelWithHighlight@DESC_ZOOM: LabelWithHighlight@DESC_ZOOM:
X: 265 Y: 68
Y: 17
Height: 16 Height: 16
Font: Small Font: Small
Text: - Zoom the battlefield using the {Scroll Wheel} Text: - Zoom the battlefield using the {Scroll Wheel}
LabelWithHighlight@DESC_ZOOM_MODIFIER: LabelWithHighlight@DESC_ZOOM_MODIFIER:
X: 265 Y: 68
Y: 17
Height: 16 Height: 16
Font: Small Font: Small
Text: - Zoom the battlefield using {MODIFIER + Scroll Wheel} Text: - Zoom the battlefield using {MODIFIER + Scroll Wheel}
LabelWithHighlight@DESC_SCROLL_RIGHT: LabelWithHighlight@DESC_SCROLL_RIGHT:
X: 265 Y: 85
Y: 34
Height: 16 Height: 16
Font: Small Font: Small
Text: - Pan the battlefield using the {Right} mouse button Text: - Pan the battlefield using the {Right} mouse button
LabelWithHighlight@DESC_SCROLL_MIDDLE: LabelWithHighlight@DESC_SCROLL_MIDDLE:
X: 265 Y: 85
Y: 34
Height: 16 Height: 16
Font: Small Font: Small
Text: - Pan the battlefield using the {Middle} mouse button Text: - Pan the battlefield using the {Middle} mouse button
Label@DESC_EDGESCROLL: Label@DESC_EDGESCROLL:
X: 274 X: 9
Y: 51 Y: 102
Height: 16 Height: 16
Font: Small Font: Small
Text: or by moving the cursor to the edge of the screen Text: or by moving the cursor to the edge of the screen
Label@INPUT_TITLE: Container@ROW:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 250 Height: 20
Height: 25 Children:
Font: Bold Container@EDGESCROLL_CHECKBOX_CONTAINER:
X: 10
Width: PARENT_RIGHT / 2 - 20
Children:
Checkbox@EDGESCROLL_CHECKBOX:
Width: PARENT_RIGHT
Height: 20
Font: Regular
Text: Screen Edge Panning
Container@SPACER:
Height: 30
Background@SECTION_HEADER:
X: 5
Width: PARENT_RIGHT - 10
Height: 13
Background: separator
Children:
Label@LABEL:
Width: PARENT_RIGHT
Height: PARENT_BOTTOM
Font: TinyBold
Align: Center Align: Center
Text: Display Text: Display
Container@ROW:
Width: PARENT_RIGHT
Height: 50
Children:
Container@BATTLEFIELD_CAMERA_DROPDOWN_CONTAINER:
X: 10
Width: PARENT_RIGHT / 2 - 20
Children:
Label@BATTLEFIELD_CAMERA: Label@BATTLEFIELD_CAMERA:
X: 15 Width: PARENT_RIGHT
Y: 280 Height: 20
Width: 120
Height: 25
Text: Battlefield Camera: Text: Battlefield Camera:
Align: Right
DropDownButton@BATTLEFIELD_CAMERA_DROPDOWN: DropDownButton@BATTLEFIELD_CAMERA_DROPDOWN:
X: 140 Y: 25
Y: 280 Width: PARENT_RIGHT
Width: 160
Height: 25 Height: 25
Font: Regular Font: Regular
Container@UI_SCALE_DROPDOWN_CONTAINER:
X: PARENT_RIGHT / 2 + 10
Width: PARENT_RIGHT / 2 - 20
Children:
Label@UI_SCALE: Label@UI_SCALE:
X: 275 Width: PARENT_RIGHT
Y: 280 Height: 20
Width: 145
Height: 25
Text: UI Scale: Text: UI Scale:
Align: Right
DropDownButton@UI_SCALE_DROPDOWN: DropDownButton@UI_SCALE_DROPDOWN:
X: 425 Y: 25
Y: 280 Width: PARENT_RIGHT
Width: 160
Height: 25 Height: 25
Font: Regular Font: Regular
Container@ROW:
Width: PARENT_RIGHT
Height: 20
Children:
Container@CURSORDOUBLE_CHECKBOX_CONTAINER:
X: PARENT_RIGHT / 2 + 10
Width: PARENT_RIGHT / 2 - 20
Children:
Checkbox@CURSORDOUBLE_CHECKBOX: Checkbox@CURSORDOUBLE_CHECKBOX:
X: 390 Width: PARENT_RIGHT
Y: 313
Width: 200
Height: 20 Height: 20
Font: Regular Font: Regular
Text: Increase Cursor Size Text: Increase Cursor Size

View File

@@ -2,8 +2,8 @@ Background@MAINMENU_INTRODUCTION_PROMPT:
Logic: IntroductionPromptLogic Logic: IntroductionPromptLogic
X: (WINDOW_RIGHT - WIDTH) / 2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT) / 2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 600 Width: 700
Height: 430 Height: 525
Children: Children:
Label@PROMPT_TITLE: Label@PROMPT_TITLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT
@@ -26,36 +26,56 @@ Background@MAINMENU_INTRODUCTION_PROMPT:
Font: Regular Font: Regular
Align: Center Align: Center
Text: Additional options can be configured later from the Settings menu. Text: Additional options can be configured later from the Settings menu.
Label@PROFILE_TITLE: ScrollPanel@SETTINGS_SCROLLPANEL:
Width: PARENT_RIGHT X: 20
Y: 100 Y: 100
Height: 25 Width: PARENT_RIGHT - 40
Font: Bold Height: PARENT_BOTTOM - 155
CollapseHiddenChildren: True
TopBottomSpacing: 5
ItemSpacing: 10
ScrollBar: Hidden
Children:
Background@SECTION_HEADER:
X: 5
Width: PARENT_RIGHT - 10
Height: 13
Background: separator
Children:
Label@LABEL:
Width: PARENT_RIGHT
Height: PARENT_BOTTOM
Font: TinyBold
Align: Center Align: Center
Text: Profile Text: Profile
Container@ROW:
Width: PARENT_RIGHT
Height: 50
Children:
Container@PLAYER_CONTAINER:
X: 10
Width: PARENT_RIGHT / 2 - 20
Children:
Label@PLAYER: Label@PLAYER:
Width: PARENT_RIGHT
Height: 20
Text: Player Name: Text: Player Name:
X: 20
Y: 130
Width: 120
Height: 25
Align: Right
TextField@PLAYERNAME: TextField@PLAYERNAME:
X: 145 Y: 25
Y: 130 Width: PARENT_RIGHT
Width: 160
Height: 25 Height: 25
MaxLength: 16 MaxLength: 16
Text: Name
Container@PLAYERCOLOR_CONTAINER:
X: PARENT_RIGHT / 2 + 10
Width: PARENT_RIGHT / 2 - 20
Children:
Label@COLOR: Label@COLOR:
X: 265 + 60 Width: PARENT_RIGHT
Y: 130 Height: 20
Width: 145
Height: 25
Text: Preferred Color: Text: Preferred Color:
Align: Right
DropDownButton@PLAYERCOLOR: DropDownButton@PLAYERCOLOR:
X: 415 + 60 Y: 25
Y: 130
Width: 75 Width: 75
Height: 25 Height: 25
IgnoreChildMouseOver: true IgnoreChildMouseOver: true
@@ -66,38 +86,40 @@ Background@MAINMENU_INTRODUCTION_PROMPT:
Y: 6 Y: 6
Width: PARENT_RIGHT - 35 Width: PARENT_RIGHT - 35
Height: PARENT_BOTTOM - 12 Height: PARENT_BOTTOM - 12
Label@INPUT_TITLE: Container@SPACER:
Background@SECTION_HEADER:
X: 5
Width: PARENT_RIGHT - 10
Height: 13
Background: separator
Children:
Label@LABEL:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 160 Height: PARENT_BOTTOM
Height: 25 Font: TinyBold
Font: Bold
Align: Center Align: Center
Text: Input Text: Input
Container@ROW:
Width: PARENT_RIGHT
Height: 50
Children:
Container@MOUSE_CONTROL_CONTAINER:
X: 10
Width: PARENT_RIGHT / 2 - 20
Children:
Label@MOUSE_CONTROL_LABEL: Label@MOUSE_CONTROL_LABEL:
X: 20 Width: PARENT_RIGHT
Y: 190
Width: 120
Height: 25
Font: Regular
Text: Control Scheme:
Align: Right
DropDownButton@MOUSE_CONTROL_DROPDOWN:
X: 145
Y: 190
Width: 160
Height: 25
Font: Regular
Checkbox@EDGESCROLL_CHECKBOX:
X: 365
Y: 193
Width: 180
Height: 20 Height: 20
Font: Regular Font: Regular
Text: Screen Edge Panning Text: Control Scheme:
DropDownButton@MOUSE_CONTROL_DROPDOWN:
Y: 25
Width: PARENT_RIGHT
Height: 25
Font: Regular
Container@MOUSE_CONTROL_DESC_CLASSIC: Container@MOUSE_CONTROL_DESC_CLASSIC:
X: 25 X: PARENT_RIGHT / 2 + 10
Y: 220 Width: PARENT_RIGHT / 2 - 20
Width: PARENT_RIGHT - 50
Children: Children:
LabelWithHighlight@DESC_SELECTION: LabelWithHighlight@DESC_SELECTION:
Height: 16 Height: 16
@@ -114,44 +136,39 @@ Background@MAINMENU_INTRODUCTION_PROMPT:
Font: Small Font: Small
Text: - Place structures using the {Left} mouse button Text: - Place structures using the {Left} mouse button
LabelWithHighlight@DESC_SUPPORT: LabelWithHighlight@DESC_SUPPORT:
X: 265 Y: 51
Height: 16 Height: 16
Font: Small Font: Small
Text: - Target support powers using the {Left} mouse button Text: - Target support powers using the {Left} mouse button
LabelWithHighlight@DESC_ZOOM: LabelWithHighlight@DESC_ZOOM:
X: 265 Y: 68
Y: 17
Height: 16 Height: 16
Font: Small Font: Small
Text: - Zoom the battlefield using the {Scroll Wheel} Text: - Zoom the battlefield using the {Scroll Wheel}
LabelWithHighlight@DESC_ZOOM_MODIFIER: LabelWithHighlight@DESC_ZOOM_MODIFIER:
X: 265 Y: 68
Y: 17
Height: 16 Height: 16
Font: Small Font: Small
Text: - Zoom the battlefield using {MODIFIER + Scroll Wheel} Text: - Zoom the battlefield using {MODIFIER + Scroll Wheel}
LabelWithHighlight@DESC_SCROLL_RIGHT: LabelWithHighlight@DESC_SCROLL_RIGHT:
X: 265 Y: 85
Y: 34
Height: 16 Height: 16
Font: Small Font: Small
Text: - Pan the battlefield using the {Right} mouse button Text: - Pan the battlefield using the {Right} mouse button
LabelWithHighlight@DESC_SCROLL_MIDDLE: LabelWithHighlight@DESC_SCROLL_MIDDLE:
X: 265 Y: 85
Y: 34
Height: 16 Height: 16
Font: Small Font: Small
Text: - Pan the battlefield using the {Middle} mouse button Text: - Pan the battlefield using the {Middle} mouse button
Label@DESC_EDGESCROLL: Label@DESC_EDGESCROLL:
X: 274 X: 9
Y: 51 Y: 102
Height: 16 Height: 16
Font: Small Font: Small
Text: or by moving the cursor to the edge of the screen Text: or by moving the cursor to the edge of the screen
Container@MOUSE_CONTROL_DESC_MODERN: Container@MOUSE_CONTROL_DESC_MODERN:
X: 25 X: PARENT_RIGHT / 2 + 10
Y: 220 Width: PARENT_RIGHT / 2 - 20
Width: PARENT_RIGHT - 50
Children: Children:
LabelWithHighlight@DESC_SELECTION: LabelWithHighlight@DESC_SELECTION:
Height: 16 Height: 16
@@ -168,77 +185,103 @@ Background@MAINMENU_INTRODUCTION_PROMPT:
Font: Small Font: Small
Text: - Place structures using the {Left} mouse button Text: - Place structures using the {Left} mouse button
LabelWithHighlight@DESC_SUPPORT: LabelWithHighlight@DESC_SUPPORT:
X: 265 Y: 51
Height: 16 Height: 16
Font: Small Font: Small
Text: - Target support powers using the {Left} mouse button Text: - Target support powers using the {Left} mouse button
LabelWithHighlight@DESC_ZOOM: LabelWithHighlight@DESC_ZOOM:
X: 265 Y: 68
Y: 17
Height: 16 Height: 16
Font: Small Font: Small
Text: - Zoom the battlefield using the {Scroll Wheel} Text: - Zoom the battlefield using the {Scroll Wheel}
LabelWithHighlight@DESC_ZOOM_MODIFIER: LabelWithHighlight@DESC_ZOOM_MODIFIER:
X: 265 Y: 68
Y: 17
Height: 16 Height: 16
Font: Small Font: Small
Text: - Zoom the battlefield using {MODIFIER + Scroll Wheel} Text: - Zoom the battlefield using {MODIFIER + Scroll Wheel}
LabelWithHighlight@DESC_SCROLL_RIGHT: LabelWithHighlight@DESC_SCROLL_RIGHT:
X: 265 Y: 85
Y: 34
Height: 16 Height: 16
Font: Small Font: Small
Text: - Pan the battlefield using the {Right} mouse button Text: - Pan the battlefield using the {Right} mouse button
LabelWithHighlight@DESC_SCROLL_MIDDLE: LabelWithHighlight@DESC_SCROLL_MIDDLE:
X: 265 Y: 85
Y: 34
Height: 16 Height: 16
Font: Small Font: Small
Text: - Pan the battlefield using the {Middle} mouse button Text: - Pan the battlefield using the {Middle} mouse button
Label@DESC_EDGESCROLL: Label@DESC_EDGESCROLL:
X: 274 X: 9
Y: 51 Y: 102
Height: 16 Height: 16
Font: Small Font: Small
Text: or by moving the cursor to the edge of the screen Text: or by moving the cursor to the edge of the screen
Label@INPUT_TITLE: Container@ROW:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 290 Height: 20
Height: 25 Children:
Font: Bold Container@EDGESCROLL_CHECKBOX_CONTAINER:
X: 10
Width: PARENT_RIGHT / 2 - 20
Children:
Checkbox@EDGESCROLL_CHECKBOX:
Width: PARENT_RIGHT
Height: 20
Font: Regular
Text: Screen Edge Panning
Container@SPACER:
Height: 30
Background@SECTION_HEADER:
X: 5
Width: PARENT_RIGHT - 10
Height: 13
Background: separator
Children:
Label@LABEL:
Width: PARENT_RIGHT
Height: PARENT_BOTTOM
Font: TinyBold
Align: Center Align: Center
Text: Display Text: Display
Container@ROW:
Width: PARENT_RIGHT
Height: 50
Children:
Container@BATTLEFIELD_CAMERA_DROPDOWN_CONTAINER:
X: 10
Width: PARENT_RIGHT / 2 - 20
Children:
Label@BATTLEFIELD_CAMERA: Label@BATTLEFIELD_CAMERA:
X: 20 Width: PARENT_RIGHT
Y: 320 Height: 20
Width: 120
Height: 25
Text: Battlefield Camera: Text: Battlefield Camera:
Align: Right
DropDownButton@BATTLEFIELD_CAMERA_DROPDOWN: DropDownButton@BATTLEFIELD_CAMERA_DROPDOWN:
X: 145 Y: 25
Y: 320 Width: PARENT_RIGHT
Width: 160
Height: 25 Height: 25
Font: Regular Font: Regular
Container@UI_SCALE_DROPDOWN_CONTAINER:
X: PARENT_RIGHT / 2 + 10
Width: PARENT_RIGHT / 2 - 20
Children:
Label@UI_SCALE: Label@UI_SCALE:
X: 270 Width: PARENT_RIGHT
Y: 320 Height: 20
Width: 145
Height: 25
Text: UI Scale: Text: UI Scale:
Align: Right
DropDownButton@UI_SCALE_DROPDOWN: DropDownButton@UI_SCALE_DROPDOWN:
X: 420 Y: 25
Y: 320 Width: PARENT_RIGHT
Width: 160
Height: 25 Height: 25
Font: Regular Font: Regular
Container@ROW:
Width: PARENT_RIGHT
Height: 20
Children:
Container@CURSORDOUBLE_CHECKBOX_CONTAINER:
X: PARENT_RIGHT / 2 + 10
Width: PARENT_RIGHT / 2 - 20
Children:
Checkbox@CURSORDOUBLE_CHECKBOX: Checkbox@CURSORDOUBLE_CHECKBOX:
X: 390 Width: PARENT_RIGHT
Y: 353
Width: 200
Height: 20 Height: 20
Font: Regular Font: Regular
Text: Increase Cursor Size Text: Increase Cursor Size