summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2005-09-18 09:50:57 +0000
committerYohann Ferreira <bertram@cegetel.net>2005-09-18 09:50:57 +0000
commit8efaed5076ec07e720380d61c70b6827b93a8fc7 (patch)
treecce9232859a62cf3b26f6f25b76a3b628bd09d2b /src/gui
parent1d3f427c6b4dd355c1b3e19feb3bf5380fd661c2 (diff)
downloadmana-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')
-rw-r--r--src/gui/status.cpp4
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