diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-09-18 09:50:57 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-09-18 09:50:57 +0000 |
commit | 8efaed5076ec07e720380d61c70b6827b93a8fc7 (patch) | |
tree | cce9232859a62cf3b26f6f25b76a3b628bd09d2b /src/gui/status.cpp | |
parent | 1d3f427c6b4dd355c1b3e19feb3bf5380fd661c2 (diff) | |
download | mana-client-8efaed5076ec07e720380d61c70b6827b93a8fc7.tar.gz mana-client-8efaed5076ec07e720380d61c70b6827b93a8fc7.tar.bz2 mana-client-8efaed5076ec07e720380d61c70b6827b93a8fc7.tar.xz mana-client-8efaed5076ec07e720380d61c70b6827b93a8fc7.zip |
As m[a]tt noticed, made the status win a little more wide, and resizable.
Diffstat (limited to 'src/gui/status.cpp')
-rw-r--r-- | src/gui/status.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 |