diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-27 20:23:48 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-27 20:23:48 +0000 |
commit | 97bbe57e21a28544646da087e2a522390bf2ce5c (patch) | |
tree | a1899345f3b3928b3b0747b2429a45d08f79ae59 /src/gui/buy.cpp | |
parent | ee15a808a1e0d36167f80d9f96147103ba5583de (diff) | |
download | mana-97bbe57e21a28544646da087e2a522390bf2ce5c.tar.gz mana-97bbe57e21a28544646da087e2a522390bf2ce5c.tar.bz2 mana-97bbe57e21a28544646da087e2a522390bf2ce5c.tar.xz mana-97bbe57e21a28544646da087e2a522390bf2ce5c.zip |
Improved layout handler to support trees of nested arrays. Needed for converting and fixing the trade window.
Diffstat (limited to 'src/gui/buy.cpp')
-rw-r--r-- | src/gui/buy.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/buy.cpp b/src/gui/buy.cpp index b95a8b25..bf449b2f 100644 --- a/src/gui/buy.cpp +++ b/src/gui/buy.cpp @@ -87,7 +87,6 @@ BuyDialog::BuyDialog(): place(4, 5, mQuitButton); Layout &layout = getLayout(); layout.setRowHeight(0, Layout::FILL); - layout.setColWidth(2, Layout::FILL); loadWindowState("Buy"); setLocationRelativeTo(getParent()); |