This repository was archived by the owner on Jan 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ControlType = COLLECTIONBOX
18
18
Parent = base
19
19
X = 0
20
20
Y = 0
21
- Width = 320
21
+ Width = 360
22
22
Height = 240
23
23
Visible = True
24
24
Enabled = True
@@ -63,7 +63,7 @@ ControlType = COLLECTIONBOX
63
63
Parent = BuyGUIBox
64
64
X = 0
65
65
Y = 2
66
- Width = 316
66
+ Width = 360
67
67
Height = 44
68
68
Visible = True
69
69
Enabled = True
@@ -105,7 +105,7 @@ Parent = BuyGUIBox
105
105
//X = 72
106
106
X = 57
107
107
Y = 46
108
- Width = 128
108
+ Width = 148
109
109
Height = 170
110
110
Visible = True
111
111
Enabled = True
@@ -214,9 +214,9 @@ Checked = False
214
214
[CargoLabel]
215
215
ControlType = LABEL
216
216
Parent = BuyGUIBox
217
- X = 190
217
+ X = 208
218
218
Y = 48
219
- Width = 128
219
+ Width = 148
220
220
Height = 12
221
221
Visible = True
222
222
Enabled = True
@@ -228,9 +228,9 @@ HAlignment = Centre
228
228
[OrderLB]
229
229
ControlType = LISTBOX
230
230
Parent = BuyGUIBox
231
- X = 188
231
+ X = 208
232
232
Y = 62
233
- Width = 128
233
+ Width = 148
234
234
Height = 90
235
235
Visible = True
236
236
Enabled = True
@@ -241,9 +241,9 @@ MultiSelect = False
241
241
[CraftLabel]
242
242
ControlType = LABEL
243
243
Parent = BuyGUIBox
244
- X = 190
244
+ X = 208
245
245
Y = 154
246
- Width = 128
246
+ Width = 148
247
247
Height = 12
248
248
Visible = True
249
249
Enabled = True
@@ -255,9 +255,9 @@ HAlignment = Centre
255
255
[CraftTB]
256
256
ControlType = TEXTBOX
257
257
Parent = BuyGUIBox
258
- X = 188
258
+ X = 208
259
259
Y = 200
260
- Width = 128
260
+ Width = 148
261
261
Height = 16
262
262
Visible = True
263
263
Enabled = True
@@ -269,9 +269,9 @@ Anchor = Left, Top
269
269
[CraftCollection]
270
270
ControlType = COLLECTIONBOX
271
271
Parent = BuyGUIBox
272
- X = 188
272
+ X = 208
273
273
Y = 168
274
- Width = 128
274
+ Width = 148
275
275
Height = 48
276
276
Visible = True
277
277
Enabled = True
@@ -299,7 +299,7 @@ HAlignment = Left
299
299
[CraftPriceLabel]
300
300
ControlType = LABEL
301
301
Parent = CraftCollection
302
- X = -4
302
+ X = 16
303
303
Y = 4
304
304
Width = 128
305
305
Height = 12
@@ -329,7 +329,7 @@ HAlignment = Left
329
329
[CraftPassengersLabel]
330
330
ControlType = LABEL
331
331
Parent = CraftCollection
332
- X = -4
332
+ X = 16
333
333
Y = 18
334
334
Width = 128
335
335
Height = 12
@@ -359,7 +359,7 @@ HAlignment = Left
359
359
[CraftMassLabel]
360
360
ControlType = LABEL
361
361
Parent = CraftCollection
362
- X = -4
362
+ X = 16
363
363
Y = 32
364
364
Width = 128
365
365
Height = 12
@@ -375,7 +375,7 @@ HAlignment = Right
375
375
[TotalLabel]
376
376
ControlType = LABEL
377
377
Parent = BuyGUIBox
378
- X = 104
378
+ X = 144
379
379
Y = 222
380
380
Width = 160
381
381
Height = 12
@@ -389,7 +389,7 @@ HAlignment = Right
389
389
[BuyButton]
390
390
ControlType = BUTTON
391
391
Parent = BuyGUIBox
392
- X = 268
392
+ X = 308
393
393
Y = 218
394
394
Width = 48
395
395
Height = 18
You can’t perform that action at this time.
0 commit comments