- Fixed title bar icon for all skins (almost all skins has it disabled by default).
- Fixed the window ungroup button (above the resize one).
This commit is contained in:
@@ -223,7 +223,12 @@ function gump:BuildMenu (parent, menu, x_offset, y_offset, height)
|
||||
|
||||
end
|
||||
|
||||
cur_y = cur_y - 20
|
||||
if (widget_table.spacement) then
|
||||
cur_y = cur_y - 30
|
||||
else
|
||||
cur_y = cur_y - 20
|
||||
end
|
||||
|
||||
if (cur_y > height) then
|
||||
cur_y = y_offset
|
||||
cur_x = max_x
|
||||
|
||||
Reference in New Issue
Block a user