summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2008-11-01 03:39:59 +0000
committerIra Rice <irarice@gmail.com>2008-11-01 03:39:59 +0000
commit16fcbac4db7ab690f2a1e301f3987012c7ff162b (patch)
tree26372da03c016824a583f620d046063fcd5ff0d3
parent81299ca9acc39dec62e1e504781721ad0db0d471 (diff)
downloadmana-client-16fcbac4db7ab690f2a1e301f3987012c7ff162b.tar.gz
mana-client-16fcbac4db7ab690f2a1e301f3987012c7ff162b.tar.bz2
mana-client-16fcbac4db7ab690f2a1e301f3987012c7ff162b.tar.xz
mana-client-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.
-rw-r--r--src/gui/status.cpp1
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);