This commit is contained in:
Bunny67
2018-06-14 21:44:53 +03:00
parent faba1d7b1b
commit ff8cc2a18a
+2 -1
View File
@@ -54,7 +54,8 @@ local function CreateMover(parent, name, text, overlay, snapOffset, postdrag, sh
f:RegisterForDrag("LeftButton", "RightButton")
f:EnableMouseWheel(true)
f:SetMovable(true)
E:Size(f, width)
E:Width(f, width)
E:Height(f, height)
E:SetTemplate(f, "Transparent", nil, nil, true)
f:Hide()
f.parent = parent