Skip to content

Commit

Permalink
style: some vertical space between presets
Browse files Browse the repository at this point in the history
  • Loading branch information
googer committed Jan 11, 2025
1 parent 435cbb7 commit ff13009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/menu/gwater2_presets.lua
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ button_functions = {
local selector = local_presets:Add("DButton")
selector:SetText(name.." ("..(preset["CUST/Author"] or _util.get_localised("Presets.author_unknown"))..")")
selector:Dock(TOP)
selector:DockMargin(0, 5, 0, 0)
selector.Paint = button_functions.paint
selector.name = name
selector.preset = preset
Expand Down

0 comments on commit ff13009

Please sign in to comment.