Index: sources/gui/qml/components/NotificationBar.qml =================================================================== diff -u -r73091a6f5717c0fc88e236c06c618ad361f30a3c -rc8de9dc4cb679628ac9c0c9551bc43ad3c415d4a --- sources/gui/qml/components/NotificationBar.qml (.../NotificationBar.qml) (revision 73091a6f5717c0fc88e236c06c618ad361f30a3c) +++ sources/gui/qml/components/NotificationBar.qml (.../NotificationBar.qml) (revision c8de9dc4cb679628ac9c0c9551bc43ad3c415d4a) @@ -73,6 +73,7 @@ } MuteButton { id: _muteButton + visible: _root.iconVisible backgroundColor: _root.color anchors { verticalCenter : _root.verticalCenter @@ -88,6 +89,7 @@ } UpDownButton { id: _updownButton + visible: _root.iconVisible backgroundColor: _root.color isUp: true anchors { @@ -99,6 +101,7 @@ } TouchRect { id: _alarmsList + visible: _root.iconVisible height: 45 width : height