From c293b93a9383e61988f2a4a3c59e4aac798f2325 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 30 Jan 2013 23:54:59 +0300 Subject: Fix minimal windows sizes for very small screens (320x240) --- src/gui/selldialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/selldialog.cpp') diff --git a/src/gui/selldialog.cpp b/src/gui/selldialog.cpp index 9afd3a554..cb9a5abf8 100644 --- a/src/gui/selldialog.cpp +++ b/src/gui/selldialog.cpp @@ -73,7 +73,7 @@ void SellDialog::init() setCloseButton(true); setStickyButtonLock(true); setMinWidth(260); - setMinHeight(230); + setMinHeight(220); setDefaultSize(260, 230, ImageRect::CENTER); // Create a ShopItems instance, that is aware of duplicate entries. -- cgit v1.2.3-70-g09d2