summaryrefslogtreecommitdiff
path: root/src/gui/char_select.cpp
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-21 11:20:55 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-21 11:20:55 +0000
commit59c3b69103bf9bc346f6a4337c2ede0f43bfb6bf (patch)
tree72ee20339fa7dec7934b8343bdddc29a633946b0 /src/gui/char_select.cpp
parent4f6ebd0c62299e3ab2d4b4ef70fd2a27d5b4908c (diff)
downloadmana-client-59c3b69103bf9bc346f6a4337c2ede0f43bfb6bf.tar.gz
mana-client-59c3b69103bf9bc346f6a4337c2ede0f43bfb6bf.tar.bz2
mana-client-59c3b69103bf9bc346f6a4337c2ede0f43bfb6bf.tar.xz
mana-client-59c3b69103bf9bc346f6a4337c2ede0f43bfb6bf.zip
Made visible the resizable grip on inventory window.
Diffstat (limited to 'src/gui/char_select.cpp')
-rw-r--r--src/gui/char_select.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/char_select.cpp b/src/gui/char_select.cpp
index ea04b6bc..f7042c70 100644
--- a/src/gui/char_select.cpp
+++ b/src/gui/char_select.cpp
@@ -102,7 +102,6 @@ CharSelectDialog::CharSelectDialog(LockedArray<LocalPlayer*> *charInfo,
mMoneyLabel = new gcn::Label(strprintf(_("Money: %d"), 0));
mPlayerBox = new PlayerBox();
- setPadding(8);
Layout &layout = getLayout();
place(0, 0, mPlayerBox, 1, 5).setPadding(3);
place(1, 0, mNameLabel, 3);
@@ -112,7 +111,7 @@ CharSelectDialog::CharSelectDialog(LockedArray<LocalPlayer*> *charInfo,
place(2, 3, mNextButton);
place(1, 4, mNewCharButton);
place(2, 4, mDelCharButton);
- layout.setWidth(230);
+ layout.setWidth(250);
layout.setColWidth(0, 80);
layout.setColWidth(3, Layout::FILL);
layout.matchColWidth(1, 2);