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

Commit be0c4db

Browse files
committed
Added 1px padding for borders.
1 parent d82fc37 commit be0c4db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SignsInternal/StudioWidgets/VerticallyScalingListFrame.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ function VerticallyScalingListFrameClass.new(nameSuffix: string)
3131

3232
local uiListLayout = Instance.new("UIListLayout")
3333
uiListLayout.SortOrder = Enum.SortOrder.LayoutOrder
34+
uiListLayout.Padding = UDim.new(0, 1)
3435
uiListLayout.Parent = frame
3536
self._uiListLayout = uiListLayout
3637

0 commit comments

Comments
 (0)