Index: sources/gui/qml/components/NotificationBar.qml =================================================================== diff -u -rcd769413344091cea88a30861b49188c8c147cba -rc8de9dc4cb679628ac9c0c9551bc43ad3c415d4a --- sources/gui/qml/components/NotificationBar.qml (.../NotificationBar.qml) (revision cd769413344091cea88a30861b49188c8c147cba) +++ sources/gui/qml/components/NotificationBar.qml (.../NotificationBar.qml) (revision c8de9dc4cb679628ac9c0c9551bc43ad3c415d4a) @@ -73,6 +73,8 @@ } MuteButton { id: _muteButton + visible: _root.iconVisible + backgroundColor: _root.color anchors { verticalCenter : _root.verticalCenter left : _root.left @@ -87,6 +89,8 @@ } UpDownButton { id: _updownButton + visible: _root.iconVisible + backgroundColor: _root.color isUp: true anchors { verticalCenter : _root.verticalCenter @@ -97,10 +101,11 @@ } TouchRect { id: _alarmsList + visible: _root.iconVisible height: 45 width : height - color : Colors.transparent + backgroundColor: _root.color borderColor : Colors.white anchors {