Icon fix
This commit is contained in:
parent
add51460a3
commit
e9511cd3eb
3 changed files with 16 additions and 0 deletions
|
@ -94,6 +94,10 @@ ProfileInterface::ProfileInterface(ProfileDatabase *profileDB, CrewDatabase *cre
|
|||
{
|
||||
ui->cmdImport->setIcon(QIcon::fromTheme("document-import"));
|
||||
}
|
||||
else if (QIcon::hasThemeIcon("document-open"))
|
||||
{
|
||||
ui->cmdImport->setIcon(QIcon::fromTheme("document-open"));
|
||||
}
|
||||
|
||||
// DPI calculation
|
||||
qreal screenRatio = AppEnv::screenRatio();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue