Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 8608a90

Browse files
committed
Update scenario screen layout some more
1 parent d2dc15f commit 8608a90

File tree

1 file changed

+48
-48
lines changed

1 file changed

+48
-48
lines changed

Base.rte/GUIs/ScenarioGUI.ini

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -87,25 +87,11 @@ Text = S E L E C T A C T I V I T Y
8787
HAlignment = centre
8888
VAlignment = middle
8989

90-
[ComboBoxActivitySelect]
91-
ControlType = COMBOBOX
92-
Parent = CollectionBoxActivityInfo
93-
X = 8
94-
Y = 32
95-
Width = 176
96-
Height = 18
97-
Visible = True
98-
Enabled = True
99-
Name = ComboBoxActivitySelect
100-
Anchor = Left, Top, Right
101-
DropHeight = 93
102-
DropDownStyle = DropDownList
103-
10490
[LabelActivityDescription]
10591
ControlType = LABEL
10692
Parent = CollectionBoxActivityInfo
10793
X = 10
108-
Y = 60
94+
Y = 50
10995
Width = 172
11096
Height = 96
11197
Visible = True
@@ -116,38 +102,19 @@ Text = Description Here:
116102
HAlignment = left
117103
VAlignment = top
118104

119-
[LabelActivityDifficulty]
120-
ControlType = LABEL
121-
Parent = CollectionBoxActivityInfo
122-
X = 0
123-
Y = 165
124-
Width = 192
125-
Height = 20
126-
Visible = True
127-
Enabled = True
128-
Name = LabelActivityDifficulty
129-
Anchor = Left, Bottom, Right
130-
Text = Difficulty: Medium
131-
HAlignment = centre
132-
VAlignment = middle
133-
134-
[SliderActivityDifficulty]
135-
ControlType = SLIDER
136-
Parent = CollectionBoxActivityInfo
137-
X = 10
138-
Y = 180
139-
Width = 172
140-
Height = 20
105+
[ComboBoxActivitySelect]
106+
ControlType = COMBOBOX
107+
Parent = root
108+
X = 8
109+
Y = 32
110+
Width = 176
111+
Height = 18
141112
Visible = True
142113
Enabled = True
143-
Name = SliderActivityDifficulty
144-
Anchor = Left, Bottom, Right
145-
Value = 50
146-
Minimum = 0
147-
Maximum = 100
148-
ValueResolution = 10
149-
Orientation = Horizontal
150-
TickDirection = BottomRight
114+
Name = ComboBoxActivitySelect
115+
Anchor = Left, Top
116+
DropHeight = 122
117+
DropDownStyle = DropDownList
151118

152119
///////////////////////////////////////////////////////////////////////
153120
// Scene Info Box
@@ -200,9 +167,9 @@ Text = x
200167
ControlType = LABEL
201168
Parent = CollectionBoxSceneInfo
202169
X = 10
203-
Y = 115
170+
Y = 118
204171
Width = 172
205-
Height = 25
172+
Height = 100
206173
Visible = True
207174
Enabled = True
208175
Name = LabelSceneDescription
@@ -1241,4 +1208,37 @@ Name = DeployUnitsCheckbox
12411208
Anchor = Right, Bottom, Left
12421209
ToolTip = Whether pre-placed scene units will be deployed or not.
12431210
Checked = Checked
1244-
Text = Deploy units
1211+
Text = Deploy units
1212+
1213+
[LabelActivityDifficulty]
1214+
ControlType = LABEL
1215+
Parent = PlayerSetupBox
1216+
X = 0
1217+
Y = 165
1218+
Width = 192
1219+
Height = 20
1220+
Visible = True
1221+
Enabled = True
1222+
Name = LabelActivityDifficulty
1223+
Anchor = Left, Bottom, Right
1224+
Text = Difficulty: Medium
1225+
HAlignment = centre
1226+
VAlignment = middle
1227+
1228+
[SliderActivityDifficulty]
1229+
ControlType = SLIDER
1230+
Parent = PlayerSetupBox
1231+
X = 10
1232+
Y = 180
1233+
Width = 172
1234+
Height = 20
1235+
Visible = True
1236+
Enabled = True
1237+
Name = SliderActivityDifficulty
1238+
Anchor = Left, Bottom, Right
1239+
Value = 50
1240+
Minimum = 0
1241+
Maximum = 100
1242+
ValueResolution = 10
1243+
Orientation = Horizontal
1244+
TickDirection = BottomRight

0 commit comments

Comments
 (0)