From 16fcbac4db7ab690f2a1e301f3987012c7ff162b Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Sat, 1 Nov 2008 03:39:59 +0000 Subject: 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. --- src/gui/status.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3-70-g09d2