Index: sources/gui/qml/components/USBButton.qml =================================================================== diff -u -r2216ac6ac7f77437a7c29ac8b4043be01bc4609e -r1a8e9578b27bb3877116675d0b2361ce4f5b5539 --- sources/gui/qml/components/USBButton.qml (.../USBButton.qml) (revision 2216ac6ac7f77437a7c29ac8b4043be01bc4609e) +++ sources/gui/qml/components/USBButton.qml (.../USBButton.qml) (revision 1a8e9578b27bb3877116675d0b2361ce4f5b5539) @@ -24,7 +24,12 @@ width: 50 height: width x: width - 10 - text.text: qsTr("USB") + Image { id: _image + width : Variables.iconsDiameter + height : Variables.iconsDiameter + anchors.centerIn: parent + source : "qrc:/images/iEject" + } text.font.pixelSize: Fonts.fontPixelButton * 0.75 onPressed : { _GuiView.doUSBDriveUmount()