summaryrefslogtreecommitdiff
path: root/src/gui/buy.cpp
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-27 20:23:48 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-27 20:23:48 +0000
commit97bbe57e21a28544646da087e2a522390bf2ce5c (patch)
treea1899345f3b3928b3b0747b2429a45d08f79ae59 /src/gui/buy.cpp
parentee15a808a1e0d36167f80d9f96147103ba5583de (diff)
downloadMana-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.cpp1
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());