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

Commit 91a7b44

Browse files
committed
Fix preview border
Signed-off-by: RyanLua <[email protected]>
1 parent 4d16ec9 commit 91a7b44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Signs/StudioWidgets/CustomTextLabel.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ function CustomTextLabelClass.new(nameSuffix, height)
2424
local canvas = Instance.new("CanvasGroup")
2525
canvas.Name = "CanvasGroup"
2626
canvas.Parent = background
27+
canvas.BorderSizePixel = 0
2728
canvas.Size = UDim2.new(0, height, 0, height)
2829
canvas.AnchorPoint = Vector2.new(0.5, 0.5)
2930
canvas.Position = UDim2.new(0.5, 0, 0.5, 0)

0 commit comments

Comments
 (0)