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

Commit 3b4b5cb

Browse files
committed
Changed help size.
1 parent 310ef38 commit 3b4b5cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SignsInternal/StudioWidgets/GuiUtilities.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,9 @@ function module.MakeDefaultPropertyLabel(text: string, opt_ignoreThemeUpdates: b
280280
help.Name = "Help"
281281
help.BackgroundTransparency = 1
282282
help.Image = "rbxasset://textures/ui/Settings/MenuBarIcons/[email protected]"
283-
help.Size = UDim2.new(0, 14, 0, 14)
283+
help.Size = UDim2.new(0, module.kDefaultFontSize, 0, module.kDefaultFontSize)
284284
help.Position = UDim2.new(1, 4, 0.5, 0)
285-
help.AnchorPoint = Vector2.new(0, 0.5)
285+
help.AnchorPoint = Vector2.new(0, 0.45)
286286
help.Parent = label
287287

288288
help.MouseButton1Click:Connect(function()

0 commit comments

Comments
 (0)