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

Commit a8a9cfc

Browse files
committed
Widen scenario scene info box to allow larger previews
1 parent a70abc1 commit a8a9cfc

File tree

1 file changed

+39
-23
lines changed

1 file changed

+39
-23
lines changed

Base.rte/GUIs/ScenarioGUI.ini

Lines changed: 39 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,10 @@ VAlignment = middle
249249
[SceneInfoBox]
250250
ControlType = COLLECTIONBOX
251251
Parent = root
252-
X = 10
253-
Y = 115
254-
Width = 160
255-
Height = 120
252+
X = 195
253+
Y = 0
254+
Width = 192
255+
Height = 173
256256
Visible = True
257257
Enabled = True
258258
Name = SceneInfoBox
@@ -265,24 +265,25 @@ DrawColor = 62
265265
ControlType = LABEL
266266
Parent = SceneInfoBox
267267
X = 0
268-
Y = 5
269-
Width = 160
270-
Height = 16
268+
Y = 0
269+
Width = 192
270+
Height = 30
271271
Visible = True
272272
Enabled = True
273273
Name = SceneNameLabel
274274
Anchor = Left, Top, Right
275-
Text = SCENE INFO:
275+
ToolTip = None
276+
Text = S C E N E I N F O
276277
HAlignment = centre
277-
VAlignment = top
278+
VAlignment = middle
278279

279280
[SceneInfoLabel]
280281
ControlType = LABEL
281282
Parent = SceneInfoBox
282283
X = 10
283-
Y = 100
284-
Width = 140
285-
Height = 62
284+
Y = 115
285+
Width = 172
286+
Height = 25
286287
Visible = True
287288
Enabled = True
288289
Name = SceneInfoLabel
@@ -294,7 +295,7 @@ VAlignment = top
294295
[SceneCloseButton]
295296
ControlType = BUTTON
296297
Parent = SceneInfoBox
297-
X = 140
298+
X = 171
298299
Y = 5
299300
Width = 15
300301
Height = 15
@@ -307,29 +308,44 @@ Text = x
307308
[SceneSelectButton]
308309
ControlType = BUTTON
309310
Parent = SceneInfoBox
310-
X = 30
311-
Y = 90
312-
Width = 100
311+
X = 47
312+
Y = 148
313+
Width = 98
313314
Height = 20
314315
Visible = True
315316
Enabled = True
316317
Name = SceneSelectButton
317318
Anchor = Right, Bottom, Left
318319
Text = Start Here
319320

320-
[ScenePreviewBox]
321+
[ScenePreviewBoxFrame]
321322
ControlType = COLLECTIONBOX
322323
Parent = SceneInfoBox
323-
X = 0
324-
Y = 0
325-
Width = 140
326-
Height = 55
324+
X = 8
325+
Y = 25
326+
Width = 176
327+
Height = 86
327328
Visible = True
328329
Enabled = True
329-
Name = ScenePreviewBox
330+
Name = ScenePreviewBoxFrame
330331
Anchor = Right, Top
331332
DrawBackground = True
332-
DrawType = Color
333+
DrawType = Image
334+
DrawColor = 0
335+
336+
[ScenePreviewBox]
337+
ControlType = COLLECTIONBOX
338+
Parent = ScenePreviewBoxFrame
339+
X = 3
340+
Y = 3
341+
Width = 170
342+
Height = 80
343+
Visible = True
344+
Enabled = True
345+
Name = ScenePreviewBox
346+
Anchor = Left, Top, bottom
347+
DrawBackground = True
348+
DrawType = Image
333349
DrawColor = 0
334350

335351
[ActivitySelectBox]

0 commit comments

Comments
 (0)