summaryrefslogtreecommitdiff
path: root/src/gui/setup.cpp
diff options
context:
space:
mode:
authorJoshua Langley <joshlangley[at]optusnet.com.au>2007-08-20 05:29:12 +0000
committerJoshua Langley <joshlangley[at]optusnet.com.au>2007-08-20 05:29:12 +0000
commitc322e6eac2373358c04e7bd70c8e0fc1bcfb37db (patch)
tree3ad86b222fa2e2688807a47cf500ec36567f8b6b /src/gui/setup.cpp
parent1d9b37e81b1c91986644d6e9580422e6f8b47e25 (diff)
downloadMana-c322e6eac2373358c04e7bd70c8e0fc1bcfb37db.tar.gz
Mana-c322e6eac2373358c04e7bd70c8e0fc1bcfb37db.tar.bz2
Mana-c322e6eac2373358c04e7bd70c8e0fc1bcfb37db.tar.xz
Mana-c322e6eac2373358c04e7bd70c8e0fc1bcfb37db.zip
Added close button functionality, resize cursor cues.
Diffstat (limited to 'src/gui/setup.cpp')
-rw-r--r--src/gui/setup.cpp3
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);