Skip to content

Commit

Permalink
small comment regarding to FILL usage
Browse files Browse the repository at this point in the history
  • Loading branch information
MartyX5555 committed Feb 19, 2024
1 parent da6959a commit 58e364b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lua/weapons/gmod_tool/stools/acfsound.lua
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,7 @@ if CLIENT then
local Tall = SoundPre:GetTall()
SoundPrePlay:SetSize(HWide, Tall)
SoundPrePlay:Dock(LEFT)

SoundPreStop:SetSize(Tall, Tall)
SoundPreStop:Dock(FILL)
SoundPreStop:Dock(FILL) -- FILL will cover the remaining space which previous button didnt.
end

local CopyButton = vgui.Create("DButton")
Expand Down

0 comments on commit 58e364b

Please sign in to comment.