Index: sources/gui/qml/components/MuteButton.qml =================================================================== diff -u -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 -re568c0be76dcf80834f68b30d7291f45172b6f69 --- sources/gui/qml/components/MuteButton.qml (.../MuteButton.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) +++ sources/gui/qml/components/MuteButton.qml (.../MuteButton.qml) (revision e568c0be76dcf80834f68b30d7291f45172b6f69) @@ -23,15 +23,15 @@ property int timeout : 0 property bool isSilenced : false - height: 45 + height: 60 width : isSilenced ? 120 : height backgroundColor: Colors.transparent borderColor: Colors.white touchExpanding: 25 Row { anchors.fill: _root - leftPadding: 10 + leftPadding: 5 spacing: 5 Image { id: _image anchors.verticalCenter: parent.verticalCenter