mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
plasma: use the same icon as KStandardGuiItem::no() for the "No" button
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
cfa580716b
commit
0ae14b92f4
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ LockoutDialog::LockoutDialog(const QString &icon, const QString &title,
|
|||
);
|
||||
m_layout->addItem(m_yesbutton, 3, 0, 1, 1);
|
||||
m_nobutton = new Plasma::PushButton(m_widget);
|
||||
m_nobutton->setIcon(KIcon("dialog-cancel"));
|
||||
m_nobutton->setIcon(KIcon("process-stop"));
|
||||
m_nobutton->setText(i18n("No"));
|
||||
connect(
|
||||
m_nobutton, SIGNAL(pressed()),
|
||||
|
|
Loading…
Add table
Reference in a new issue