Index: sources/gui/qml/components/NotificationBar.qml =================================================================== diff -u -rb61d8a3e01fef66eee8095c9cddf835d9bb32b66 -r679f72813050ba2ca4d9161746ef3a219b562a1c --- sources/gui/qml/components/NotificationBar.qml (.../NotificationBar.qml) (revision b61d8a3e01fef66eee8095c9cddf835d9bb32b66) +++ sources/gui/qml/components/NotificationBar.qml (.../NotificationBar.qml) (revision 679f72813050ba2ca4d9161746ef3a219b562a1c) @@ -23,17 +23,18 @@ 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 color : Colors.textNotificationNoneBg - //radius : Variables.dialogRadius + radius : 5 anchors { bottom : parent.bottom left : parent.left