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

Commit 547be01

Browse files
committed
Update for big labels
Signed-off-by: RyanLua <[email protected]>
1 parent cce23f6 commit 547be01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Signs/StudioWidgets/LabeledMultiChoice.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function LabeledMultiChoiceClass:_MakeRadioButtons(choices)
9090

9191
-- Make a grid to put checkboxes in.
9292
local uiGridLayout = Instance.new("UIGridLayout")
93-
uiGridLayout.CellSize = UDim2.new(0, GuiUtilities.DefaultLineLabelWidth, 0, GuiUtilities.kTitleBarHeight)
93+
uiGridLayout.CellSize = UDim2.new(1, 0, 0, GuiUtilities.kTitleBarHeight)
9494
uiGridLayout.CellPadding = UDim2.new(0, 5, 0, 5)
9595
uiGridLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
9696
uiGridLayout.VerticalAlignment = Enum.VerticalAlignment.Top

0 commit comments

Comments
 (0)