diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-28 14:59:38 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-28 14:59:38 +0000 |
commit | aea08a9368265c6afd6741fa84c97491552bfb84 (patch) | |
tree | 9693e7c9bfbafd9cbb7b1ad5b1b19227c074d158 /src/gui/buy.cpp | |
parent | c450af8c731fa8dfaa127a4cfe3ad588ede60658 (diff) | |
download | mana-aea08a9368265c6afd6741fa84c97491552bfb84.tar.gz mana-aea08a9368265c6afd6741fa84c97491552bfb84.tar.bz2 mana-aea08a9368265c6afd6741fa84c97491552bfb84.tar.xz mana-aea08a9368265c6afd6741fa84c97491552bfb84.zip |
Separated auto-resizing into two categories: "set" and "add". Removed useless code.
Diffstat (limited to 'src/gui/buy.cpp')
-rw-r--r-- | src/gui/buy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/buy.cpp b/src/gui/buy.cpp index bf449b2f..a21435f8 100644 --- a/src/gui/buy.cpp +++ b/src/gui/buy.cpp @@ -86,7 +86,7 @@ BuyDialog::BuyDialog(): place(3, 5, mBuyButton); place(4, 5, mQuitButton); Layout &layout = getLayout(); - layout.setRowHeight(0, Layout::FILL); + layout.setRowHeight(0, Layout::AUTO_SET); loadWindowState("Buy"); setLocationRelativeTo(getParent()); |