diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | src/gui/status.cpp | 4 |
2 files changed, 7 insertions, 5 deletions
@@ -9,9 +9,11 @@ an adequate name. * src/gui/updatewindow.cpp: Corrected a bug in the determination of the update host I had. - * src/gui/updatewindow.cpp, src/playerinfo.h, debian/control, - debian/changelog: Corrected a range value bug for derived stats. - Fixed the percentage of the update win, updated debian information. + * src/gui/updatewindow.cpp, src/playerinfo.h, debian/control, + debian/changelog: Corrected a range value bug for derived stats. + Fixed the percentage of the update win, updated debian information. + * src/gui/status.cpp: As m[a]tt noticed, made the status win a + little more wide, and resizable. 2005-09-18 Björn Steinbrink <B.Steinbrink@gmx.de> diff --git a/src/gui/status.cpp b/src/gui/status.cpp index 5a117982..f1eadafc 100644 --- a/src/gui/status.cpp +++ b/src/gui/status.cpp @@ -38,8 +38,8 @@ StatusWindow::StatusWindow(): Window(player_info->name) { - setResizable(false); - setContentSize(335, 255); + setResizable(true); + setContentSize(365, 255); // ---------------------- // Status Part |