diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-07 22:02:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-07 22:02:49 +0300 |
commit | f09e2fdbbf85c6f4c02c9f2fc294b867a94fcacd (patch) | |
tree | 914081ffa19940572eacfbcbbd62c475f3298118 | |
parent | bdff4b70ded3345f52801e00254904b8c9e817f3 (diff) | |
download | plus-f09e2fdbbf85c6f4c02c9f2fc294b867a94fcacd.tar.gz plus-f09e2fdbbf85c6f4c02c9f2fc294b867a94fcacd.tar.bz2 plus-f09e2fdbbf85c6f4c02c9f2fc294b867a94fcacd.tar.xz plus-f09e2fdbbf85c6f4c02c9f2fc294b867a94fcacd.zip |
Change a bit char select dialog size.
-rw-r--r-- | src/gui/charselectdialog.cpp | 2 |
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); } |