diff options
author | Douglas Boffey <DougABoffey@netscape.net> | 2008-08-08 09:05:28 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-12-07 00:46:35 +0100 |
commit | ad8b5f6389562a1f68f2821753317ea7c22bf2ea (patch) | |
tree | 3e0a5e59e9df9aab02c2f0ed7ba9c630971117fa /src | |
parent | 43eb6ba950dd8bf978e539c7c7460ef5096438de (diff) | |
download | mana-ad8b5f6389562a1f68f2821753317ea7c22bf2ea.tar.gz mana-ad8b5f6389562a1f68f2821753317ea7c22bf2ea.tar.bz2 mana-ad8b5f6389562a1f68f2821753317ea7c22bf2ea.tar.xz mana-ad8b5f6389562a1f68f2821753317ea7c22bf2ea.zip |
Changed the status window so that all the information appears by default
(cherry picked from Aethyra commit 0f033c073c7ae630c9359da358128f5f425f01a6)
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 b9f28562..1a257ae8 100644 --- a/src/gui/status.cpp +++ b/src/gui/status.cpp @@ -39,7 +39,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(); // ---------------------- |