diff options
author | Douglas Boffey <DougABoffey@netscape.net> | 2008-08-08 09:05:28 +0000 |
---|---|---|
committer | Douglas Boffey <DougABoffey@netscape.net> | 2008-08-08 09:05:28 +0000 |
commit | 0f033c073c7ae630c9359da358128f5f425f01a6 (patch) | |
tree | 6d6e79d1b480b62a54b6fa36b2cd6154c00d9c05 /src | |
parent | 76d7ca358555224177a594f0b38cb247de74355f (diff) | |
download | mana-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.cpp | 2 |
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(); // ---------------------- |