mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 13:53:37 -07:00
Torrent addition dialog: Fix minimum dialog size
(cherry picked from commit 2283bd2358
)
This commit is contained in:
parent
1038b00553
commit
2fc6470696
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ torrentAdditionDialog::torrentAdditionDialog(QWidget *parent) :
|
|||
Preferences pref;
|
||||
setupUi(this);
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
setMinimumSize(10, 10);
|
||||
// Icons
|
||||
CancelButton->setIcon(IconProvider::instance()->getIcon("dialog-cancel"));
|
||||
OkButton->setIcon(IconProvider::instance()->getIcon("list-add"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue