mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 17:05:36 -04:00
Add info and fail icons to libcalamaresui.
This commit is contained in:
parent
5434a04ebc
commit
2182fd2f0c
5 changed files with 13 additions and 1 deletions
|
@ -50,6 +50,14 @@ defaultPixmap( ImageType type, ImageMode mode, const QSize& size )
|
|||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/no.svgz", size );
|
||||
break;
|
||||
|
||||
case Information:
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/information.svgz", size );
|
||||
break;
|
||||
|
||||
case Fail:
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/fail.svgz", size );
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue