diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-21 11:20:55 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-21 11:20:55 +0000 |
commit | 59c3b69103bf9bc346f6a4337c2ede0f43bfb6bf (patch) | |
tree | 72ee20339fa7dec7934b8343bdddc29a633946b0 /src/gui/inventorywindow.cpp | |
parent | 4f6ebd0c62299e3ab2d4b4ef70fd2a27d5b4908c (diff) | |
download | mana-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/inventorywindow.cpp')
-rw-r--r-- | src/gui/inventorywindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/inventorywindow.cpp b/src/gui/inventorywindow.cpp index 9aaba37a..fabbf541 100644 --- a/src/gui/inventorywindow.cpp +++ b/src/gui/inventorywindow.cpp @@ -81,7 +81,6 @@ InventoryWindow::InventoryWindow(): mWeightLabel = new gcn::Label( strprintf(_("Total Weight: %d - Maximum Weight: %d"), 0, 0)); - setPadding(8); place(0, 0, mWeightLabel, 4); place(0, 1, mInvenScroll, 4).setPadding(3); place(0, 2, mItemNameLabel, 4); |