mirror of
https://github.com/Winded/RagdollMover.git
synced 2025-03-04 03:13:36 -05:00
A quickfix for the entity tree, as I've forgot to set an offset for it as to leave a bit of space to the right of the text
This commit is contained in:
parent
e52bd95956
commit
647779f97e
@ -1916,7 +1916,7 @@ local function RGMBuildEntMenu(parent, children, entpanel)
|
||||
|
||||
MakeChildrenList(parent, sortchildren)
|
||||
|
||||
entpanel:UpdateWidth(width + 8 + 32)
|
||||
entpanel:UpdateWidth(width + 8 + 32 + 16)
|
||||
end
|
||||
|
||||
local function RGMBuildConstrainedEnts(parent, children, entpanel)
|
||||
|
Loading…
Reference in New Issue
Block a user