- 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:
Tercio
2015-01-31 19:02:47 -02:00
parent 3f5bbcad54
commit a5ede3a633
13 changed files with 114 additions and 47 deletions
+6 -1
View File
@@ -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