Index: sources/gui/qml/components/NotificationBar.qml =================================================================== diff -u -r4fab8841b1040c8eaa406713ff9bdc8c65b7b6ac -r2c9421bd6da03c7e0bd0bfa1f49fa95c2bd18a95 --- sources/gui/qml/components/NotificationBar.qml (.../NotificationBar.qml) (revision 4fab8841b1040c8eaa406713ff9bdc8c65b7b6ac) +++ sources/gui/qml/components/NotificationBar.qml (.../NotificationBar.qml) (revision 2c9421bd6da03c7e0bd0bfa1f49fa95c2bd18a95) @@ -23,12 +23,13 @@ Rectangle { id: _root objectName: "NotificationBar" // SquishQt - property alias text : _text.text - property alias textColor : _text.color - property int level : 0 - property bool isSilenced : false - property int muteTimeoutSec : 0 - property color backgroundColor : Colors.textNotificationNoneBg + property alias text : _text.text + property alias textColor : _text.color + property int level : 0 + property bool isSilenced : false + property int muteTimeoutSec : 0 + property color backgroundColor : Colors.textNotificationNoneBg + property alias iconVisible : _icon.visible visible : _text.text height : Variables.notificationHeight @@ -64,8 +65,7 @@ } } - Image { - id: _icon + Image { id: _icon source: "qrc:/images/iAlarm" anchors.right: _text.left anchors.rightMargin: Variables.notificationBarIconMargin;