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

Commit fc7aceb

Browse files
committed
Bug fixes.
1 parent 536541e commit fc7aceb

File tree

1 file changed

+1
-1
lines changed
  • src/Workspace/SignsInternal/PluginGui

1 file changed

+1
-1
lines changed

src/Workspace/SignsInternal/PluginGui/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function PluginGui:newPluginGui(widgetGui)
186186
"thicknessStrokeSlider", -- name suffix of gui object
187187
"Thickness", -- title text of the multi choice
188188
11, -- how many intervals to split the slider into
189-
11 -- the starting value of the slider
189+
2 -- the starting value of the slider
190190
)
191191
thicknessStrokeSlider:GetFrame().Parent = strokeCollapse:GetContentsFrame()
192192

0 commit comments

Comments
 (0)