summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDouglas Boffey <DougABoffey@netscape.net>2008-08-08 09:05:28 +0000
committerDouglas Boffey <DougABoffey@netscape.net>2008-08-08 09:05:28 +0000
commit0f033c073c7ae630c9359da358128f5f425f01a6 (patch)
tree6d6e79d1b480b62a54b6fa36b2cd6154c00d9c05 /src
parent76d7ca358555224177a594f0b38cb247de74355f (diff)
downloadmana-0f033c073c7ae630c9359da358128f5f425f01a6.tar.gz
mana-0f033c073c7ae630c9359da358128f5f425f01a6.tar.bz2
mana-0f033c073c7ae630c9359da358128f5f425f01a6.tar.xz
mana-0f033c073c7ae630c9359da358128f5f425f01a6.zip
Changed the status window so that all the information appears by default
Diffstat (limited to 'src')
-rw-r--r--src/gui/status.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/status.cpp b/src/gui/status.cpp
index cba815b5..995b0149 100644
--- a/src/gui/status.cpp
+++ b/src/gui/status.cpp
@@ -41,7 +41,7 @@ StatusWindow::StatusWindow(LocalPlayer *player):
setResizable(true);
setCloseButton(true);
setDefaultSize((windowContainer->getWidth() - 365) / 2,
- (windowContainer->getHeight() - 255) / 2, 365, 255);
+ (windowContainer->getHeight() - 255) / 2, 365, 275);
loadWindowState();
// ----------------------