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

Commit e1d6221

Browse files
committed
Added 5px padding.
1 parent 5c58e03 commit e1d6221

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SignsInternal/StudioWidgets/LabeledMultiChoice.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ function LabeledMultiChoiceClass:_MakeRadioButtons(choices)
9797
local uiGridLayout = Instance.new("UIGridLayout")
9898
uiGridLayout.CellSize = UDim2.new(0, GuiUtilities.DefaultLineLabelWidth, 0, GuiUtilities.kTitleBarHeight)
9999
uiGridLayout.CellPadding = UDim2.new(0,
100+
5,
100101
0,
101-
0,
102-
0)
102+
5)
103103
uiGridLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
104104
uiGridLayout.VerticalAlignment = Enum.VerticalAlignment.Top
105105
uiGridLayout.Parent = frame

0 commit comments

Comments
 (0)