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

Commit 9a5a2d6

Browse files
GacyrGacyr
authored andcommitted
Minor InventoryMenuGUI fixes
1 parent b3fc836 commit 9a5a2d6

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

Base.rte/GUIs/InventoryMenuGUI.ini

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Anchor = Left, Top
176176
ToolTip = None
177177
Orientation = Vertical
178178
Minimum = 0
179-
Maximum = 100
179+
Maximum = 1
180180
Value = 0
181181
PageSize = 1
182182
SmallChange = 1
@@ -195,35 +195,3 @@ Anchor = Left, Top
195195
ToolTip = None
196196
Text = > <
197197

198-
[CollectionBox_Popup]
199-
ControlType = COLLECTIONBOX
200-
Parent = base
201-
X = 300
202-
Y = 0
203-
Width = 108
204-
Height = 128
205-
Visible = False
206-
Enabled = False
207-
Name = CollectionBox_Popup
208-
Anchor = Left, Top
209-
ToolTip = None
210-
DrawBackground = True
211-
DrawType = Image
212-
DrawColor = 144
213-
214-
[Label_PopupText]
215-
ControlType = LABEL
216-
Parent = CollectionBox_Popup
217-
X = 8
218-
Y = 4
219-
Width = 92
220-
Height = 120
221-
Visible = True
222-
Enabled = True
223-
Name = Label_PopupText
224-
Anchor = Left, Top
225-
ToolTip = None
226-
Text = Item Description:
227-
HAlignment = left
228-
VAlignment = top
229-

0 commit comments

Comments
 (0)