summaryrefslogtreecommitdiff
path: root/src/gui/sell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/sell.cpp')
-rw-r--r--src/gui/sell.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/sell.cpp b/src/gui/sell.cpp
index 8c442aad..08565654 100644
--- a/src/gui/sell.cpp
+++ b/src/gui/sell.cpp
@@ -91,8 +91,7 @@ SellDialog::SellDialog():
place(3, 5, mSellButton);
place(4, 5, mQuitButton);
Layout &layout = getLayout();
- layout.setRowHeight(0, Layout::FILL);
- layout.setColWidth(2, Layout::FILL);
+ layout.setRowHeight(0, Layout::AUTO_SET);
loadWindowState("Sell");
setLocationRelativeTo(getParent());