Torrent addition dialog: Layout fixes

(cherry picked from commit d81f633d6b)
This commit is contained in:
Christophe Dumez
2011-10-16 10:07:13 +03:00
parent 79a9606e86
commit 599f956269
3 changed files with 17 additions and 32 deletions

View File

@@ -63,7 +63,7 @@ torrentAdditionDialog::torrentAdditionDialog(QWidget *parent) :
Preferences pref;
setupUi(this);
setAttribute(Qt::WA_DeleteOnClose);
setMinimumSize(0, 0);
setMinimumSize(10, 10);
// Icons
CancelButton->setIcon(IconProvider::instance()->getIcon("dialog-cancel"));
OkButton->setIcon(IconProvider::instance()->getIcon("list-add"));