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:
penolakushari 2023-04-26 22:27:12 +03:00
parent e52bd95956
commit 647779f97e

View File

@ -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)