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

Commit 431a3b9

Browse files
committed
Added outline.
1 parent 4de8eea commit 431a3b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Workspace/SignsInternal/StudioWidgets/CustomTextLabel.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ function CustomTextLabelClass.new(nameSuffix, height)
1515
setmetatable(self, CustomTextLabelClass)
1616

1717
local frame = GuiUtilities.MakeFixedHeightFrame('TextLabel ' .. nameSuffix, height)
18+
frame.BorderSizePixel = 1
19+
frame.Size = UDim2.new(1, 0, 0, height)
20+
GuiUtilities.syncGuiElementBorderColor(frame)
1821

1922
local label = Instance.new('TextLabel')
2023
label.Text = "Preview"

0 commit comments

Comments
 (0)