diff options
author | Fate <fate-tmw@googlemail.com> | 2008-12-06 19:50:57 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2008-12-06 19:50:57 -0700 |
commit | 483941ef2a4faef54865b3ce2e316cb32ed8cf64 (patch) | |
tree | a542f040a80497eca957c36adbfb490ed419b02b /src/gui/status.cpp | |
parent | 617fb41e21710856c1451058481e5df3756fb355 (diff) | |
parent | 416e28057f5a6073a2ef44f296ed1c8bc1280bf6 (diff) | |
download | mana-client-483941ef2a4faef54865b3ce2e316cb32ed8cf64.tar.gz mana-client-483941ef2a4faef54865b3ce2e316cb32ed8cf64.tar.bz2 mana-client-483941ef2a4faef54865b3ce2e316cb32ed8cf64.tar.xz mana-client-483941ef2a4faef54865b3ce2e316cb32ed8cf64.zip |
Merge branch 'master' of git@gitorious.org:tmw/eathena
Diffstat (limited to 'src/gui/status.cpp')
-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(); // ---------------------- |