diff options
Diffstat (limited to 'src/gui/setup.cpp')
-rw-r--r-- | src/gui/setup.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/setup.cpp b/src/gui/setup.cpp index 1c17c50e..7142c76b 100644 --- a/src/gui/setup.cpp +++ b/src/gui/setup.cpp @@ -43,7 +43,8 @@ extern Window *skillDialog; Setup::Setup(): Window("Setup") { - int width = 260; + setCloseButton(true); + int width = 250; int height = 245; setContentSize(width, height); |