summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-08-07 22:02:49 +0300
committerAndrei Karas <akaras@inbox.ru>2012-08-07 22:02:49 +0300
commitf09e2fdbbf85c6f4c02c9f2fc294b867a94fcacd (patch)
tree914081ffa19940572eacfbcbbd62c475f3298118 /src
parentbdff4b70ded3345f52801e00254904b8c9e817f3 (diff)
downloadManaVerse-f09e2fdbbf85c6f4c02c9f2fc294b867a94fcacd.tar.gz
ManaVerse-f09e2fdbbf85c6f4c02c9f2fc294b867a94fcacd.tar.bz2
ManaVerse-f09e2fdbbf85c6f4c02c9f2fc294b867a94fcacd.tar.xz
ManaVerse-f09e2fdbbf85c6f4c02c9f2fc294b867a94fcacd.zip
Change a bit char select dialog size.
Diffstat (limited to 'src')
-rw-r--r--src/gui/charselectdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/charselectdialog.cpp b/src/gui/charselectdialog.cpp
index 95f76d228..e0ae9e85f 100644
--- a/src/gui/charselectdialog.cpp
+++ b/src/gui/charselectdialog.cpp
@@ -585,7 +585,7 @@ CharacterDisplay::CharacterDisplay(CharSelectDialog *charSelectDialog):
mMoney->getHeight() + mButton->getHeight() + mDelete->getHeight());
*/
- setWidth(100);
+ setWidth(110);
setHeight(200);
}