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

Commit 4de8eea

Browse files
committed
Corrected button size.
1 parent 64b15c4 commit 4de8eea

File tree

1 file changed

+1
-1
lines changed
  • src/Workspace/SignsInternal/PluginGui

1 file changed

+1
-1
lines changed

src/Workspace/SignsInternal/PluginGui/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function PluginGui:newPluginGui(widgetGui)
4343
"Insert" -- the text displayed on the button
4444
)
4545
local buttonObject = insertButton:GetButton()
46-
buttonObject.Size = UDim2.new(1, -5, 0, 50)
46+
buttonObject.Size = UDim2.new(1, -10, 0, 50)
4747
buttonObject.Parent = scrollFrame:GetContentsFrame()
4848

4949
local textCollapse = CollapsibleTitledSection.new( -- Text collapse

0 commit comments

Comments
 (0)