Index: sources/gui/qml/components/USBButton.qml =================================================================== diff -u -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 -re568c0be76dcf80834f68b30d7291f45172b6f69 --- sources/gui/qml/components/USBButton.qml (.../USBButton.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) +++ sources/gui/qml/components/USBButton.qml (.../USBButton.qml) (revision e568c0be76dcf80834f68b30d7291f45172b6f69) @@ -24,9 +24,10 @@ property bool disabled : false - width: 50 - height: width - x: width - 10 + width : Variables.notificationHeight - 10 + height : width + x : width - 10 + Image { id: _image width : Variables.iconsDiameter height : Variables.iconsDiameter