diff options
author | Ira Rice <irarice@gmail.com> | 2008-11-01 03:39:59 +0000 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2008-11-01 03:39:59 +0000 |
commit | 16fcbac4db7ab690f2a1e301f3987012c7ff162b (patch) | |
tree | 26372da03c016824a583f620d046063fcd5ff0d3 /src/gui | |
parent | 81299ca9acc39dec62e1e504781721ad0db0d471 (diff) | |
download | mana-16fcbac4db7ab690f2a1e301f3987012c7ff162b.tar.gz mana-16fcbac4db7ab690f2a1e301f3987012c7ff162b.tar.bz2 mana-16fcbac4db7ab690f2a1e301f3987012c7ff162b.tar.xz mana-16fcbac4db7ab690f2a1e301f3987012c7ff162b.zip |
Made the status window a static size, since its contents don't lend
themselves to being easily resizeable without revamping. This should
keep people from assuming that they can resize this window and expect
the same sorts of results as other windows that are designed for
resizing.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/status.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/status.cpp b/src/gui/status.cpp index 995b0149..79b3aec7 100644 --- a/src/gui/status.cpp +++ b/src/gui/status.cpp @@ -38,7 +38,6 @@ StatusWindow::StatusWindow(LocalPlayer *player): mPlayer(player) { setWindowName("Status"); - setResizable(true); setCloseButton(true); setDefaultSize((windowContainer->getWidth() - 365) / 2, (windowContainer->getHeight() - 255) / 2, 365, 275); |