Icon fix
This commit is contained in:
parent
add51460a3
commit
e9511cd3eb
3 changed files with 16 additions and 0 deletions
|
@ -50,6 +50,10 @@ SavegameDialog::SavegameDialog(QWidget *parent) :
|
|||
{
|
||||
ui->cmdCopy->setIcon(QIcon::fromTheme("document-export"));
|
||||
}
|
||||
else if (QIcon::hasThemeIcon("document-save"))
|
||||
{
|
||||
ui->cmdCopy->setIcon(QIcon::fromTheme("document-save"));
|
||||
}
|
||||
|
||||
refreshWindowSize();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue