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

Commit 3f405aa

Browse files
committed
Widen BuyMenu a lil bit
1 parent 8113275 commit 3f405aa

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Base.rte/GUIs/BuyMenuGUI.ini

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ControlType = COLLECTIONBOX
1818
Parent = base
1919
X = 0
2020
Y = 0
21-
Width = 320
21+
Width = 360
2222
Height = 240
2323
Visible = True
2424
Enabled = True
@@ -63,7 +63,7 @@ ControlType = COLLECTIONBOX
6363
Parent = BuyGUIBox
6464
X = 0
6565
Y = 2
66-
Width = 316
66+
Width = 360
6767
Height = 44
6868
Visible = True
6969
Enabled = True
@@ -105,7 +105,7 @@ Parent = BuyGUIBox
105105
//X = 72
106106
X = 57
107107
Y = 46
108-
Width = 128
108+
Width = 148
109109
Height = 170
110110
Visible = True
111111
Enabled = True
@@ -214,9 +214,9 @@ Checked = False
214214
[CargoLabel]
215215
ControlType = LABEL
216216
Parent = BuyGUIBox
217-
X = 190
217+
X = 208
218218
Y = 48
219-
Width = 128
219+
Width = 148
220220
Height = 12
221221
Visible = True
222222
Enabled = True
@@ -228,9 +228,9 @@ HAlignment = Centre
228228
[OrderLB]
229229
ControlType = LISTBOX
230230
Parent = BuyGUIBox
231-
X = 188
231+
X = 208
232232
Y = 62
233-
Width = 128
233+
Width = 148
234234
Height = 90
235235
Visible = True
236236
Enabled = True
@@ -241,9 +241,9 @@ MultiSelect = False
241241
[CraftLabel]
242242
ControlType = LABEL
243243
Parent = BuyGUIBox
244-
X = 190
244+
X = 208
245245
Y = 154
246-
Width = 128
246+
Width = 148
247247
Height = 12
248248
Visible = True
249249
Enabled = True
@@ -255,9 +255,9 @@ HAlignment = Centre
255255
[CraftTB]
256256
ControlType = TEXTBOX
257257
Parent = BuyGUIBox
258-
X = 188
258+
X = 208
259259
Y = 200
260-
Width = 128
260+
Width = 148
261261
Height = 16
262262
Visible = True
263263
Enabled = True
@@ -269,9 +269,9 @@ Anchor = Left, Top
269269
[CraftCollection]
270270
ControlType = COLLECTIONBOX
271271
Parent = BuyGUIBox
272-
X = 188
272+
X = 208
273273
Y = 168
274-
Width = 128
274+
Width = 148
275275
Height = 48
276276
Visible = True
277277
Enabled = True
@@ -299,7 +299,7 @@ HAlignment = Left
299299
[CraftPriceLabel]
300300
ControlType = LABEL
301301
Parent = CraftCollection
302-
X = -4
302+
X = 16
303303
Y = 4
304304
Width = 128
305305
Height = 12
@@ -329,7 +329,7 @@ HAlignment = Left
329329
[CraftPassengersLabel]
330330
ControlType = LABEL
331331
Parent = CraftCollection
332-
X = -4
332+
X = 16
333333
Y = 18
334334
Width = 128
335335
Height = 12
@@ -359,7 +359,7 @@ HAlignment = Left
359359
[CraftMassLabel]
360360
ControlType = LABEL
361361
Parent = CraftCollection
362-
X = -4
362+
X = 16
363363
Y = 32
364364
Width = 128
365365
Height = 12
@@ -375,7 +375,7 @@ HAlignment = Right
375375
[TotalLabel]
376376
ControlType = LABEL
377377
Parent = BuyGUIBox
378-
X = 104
378+
X = 144
379379
Y = 222
380380
Width = 160
381381
Height = 12
@@ -389,7 +389,7 @@ HAlignment = Right
389389
[BuyButton]
390390
ControlType = BUTTON
391391
Parent = BuyGUIBox
392-
X = 268
392+
X = 308
393393
Y = 218
394394
Width = 48
395395
Height = 18
450 Bytes
Loading

0 commit comments

Comments
 (0)