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

Commit 2bb6b81

Browse files
committed
Bug fixes.
1 parent 99b20ac commit 2bb6b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SignsInternal/PluginGui/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ local VerticallyScalingListFrame = require(targetFolder.VerticallyScalingListFra
1616
local Color = require(script.Color)
1717
local FontFace = require(script.FontFace)
1818
local GuiObjectPart = require(script.GuiObjectPart)
19-
local HighlightEditable = require(script.HighlightEditable)
2019
local LineJoinMode = require(script.LineJoinMode)
2120
local AspectRatio = require(script.AspectRatio)
2221
local TextXAlignment = require(script.TextXAlignment)
@@ -34,6 +33,7 @@ function PluginGui:newPluginGui(widgetGui)
3433
createScalingFrame:GetFrame().Parent = tabBar:GetFrame()
3534

3635
local createScrollFrame = VerticalScrollingFrameScrollingFrame.new("CreateScrollFrame")
36+
createScrollFrame:GetSectionFrame().Size = UDim2.new(1, 0, 1, -215)
3737
createScrollFrame:GetSectionFrame().LayoutOrder = 1
3838
createScrollFrame:GetSectionFrame().Parent = createScalingFrame:GetFrame()
3939

0 commit comments

Comments
 (0)