diff options
Diffstat (limited to 'src/gui/sell.cpp')
-rw-r--r-- | src/gui/sell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/sell.cpp b/src/gui/sell.cpp index fe2cd960..4ab41cd2 100644 --- a/src/gui/sell.cpp +++ b/src/gui/sell.cpp @@ -43,7 +43,7 @@ SellDialog::SellDialog(): okButton = new Button("OK"); cancelButton = new Button("Cancel"); - setSize(260, 175); + setContentSize(260, 175); scrollArea->setDimension(gcn::Rectangle(5, 5, 250, 110)); itemList->setDimension(gcn::Rectangle(5, 5, 240, 110)); slider->setDimension(gcn::Rectangle(5, 120, 200, 10)); |