Improve KMessageWidget visuals

This commit is contained in:
Janek Bevendorff 2018-01-19 20:05:37 +01:00
parent f520a0f272
commit 30f77b07bb
No known key found for this signature in database
GPG key ID: 2FDEB0D40BCA5E11
4 changed files with 45 additions and 50 deletions

View file

@ -34,7 +34,6 @@ BrowserOptionDialog::BrowserOptionDialog(QWidget* parent) :
connect(m_ui->removeStoredPermissions, SIGNAL(clicked()), this, SIGNAL(removeStoredPermissions()));
m_ui->warningWidget->showMessage(tr("The following options can be dangerous!\nChange them only if you know what you are doing."), MessageWidget::Warning);
m_ui->warningWidget->setIcon(FilePath::instance()->icon("status", "dialog-warning"));
m_ui->warningWidget->setCloseButtonVisible(false);
m_ui->warningWidget->setAutoHideTimeout(-1);