Improve Icon theme integration

This commit is contained in:
Christophe Dumez
2010-12-14 19:28:40 +00:00
parent 25ead318da
commit f510852cd7
6 changed files with 5 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ class DeletionConfirmationDlg : public QDialog, private Ui::confirmDeletionDlg {
// Icons
lbl_warn->setPixmap(misc::getIcon("dialog-warning").pixmap(lbl_warn->height()));
lbl_warn->setFixedWidth(lbl_warn->height());
rememberBtn->setIcon(misc::getIcon("emblem-locked"));
rememberBtn->setIcon(misc::getIcon("object-locked"));
move(misc::screenCenter(this));
checkPermDelete->setChecked(Preferences().deleteTorrentFilesAsDefault());