Skip to content

Commit

Permalink
Improve look of close button.
Browse files Browse the repository at this point in the history
Should fix #129
  • Loading branch information
SticklyMan committed May 21, 2018
1 parent cc60133 commit 8d41a87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/ulx/modules/cl/xgui_client.lua
Expand Up @@ -227,7 +227,7 @@ function xgui.processModules()
if module then
module = xgui.modules.tab[module]
if module.xbutton == nil then
module.xbutton = xlib.makebutton{ x=555, y=-5, w=32, h=32, btype="close", parent=module.panel }
module.xbutton = xlib.makebutton{ x=555, y=-5, w=32, h=24, btype="close", parent=module.panel }
module.xbutton.DoClick = function()
xgui.hide()
end
Expand Down
2 changes: 1 addition & 1 deletion ulx.build
@@ -1 +1 @@
1518342307
1526861310

1 comment on commit 8d41a87

@Nayruden
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You rock, @SticklyMan!

Please sign in to comment.