Index: denali.qrc =================================================================== diff -u -r9c7a790376d07de7ddaa67e39d47102d68693c87 -r288fa90973888a57056998a7d645034b063ef893 --- denali.qrc (.../denali.qrc) (revision 9c7a790376d07de7ddaa67e39d47102d68693c87) +++ denali.qrc (.../denali.qrc) (revision 288fa90973888a57056998a7d645034b063ef893) @@ -58,7 +58,8 @@ resources/images/Busy.png resources/images/BusyDone.png resources/images/BusyFail.png - resources/images/eject.png + resources/images/EjectEnabled.png + resources/images/EjectDisabled.png resources/images/eye.png resources/images/Omron-bp7000.png resources/images/chevron-left.png Index: resources/images/EjectDisabled.png =================================================================== diff -u Binary files differ Index: resources/images/EjectEnabled.png =================================================================== diff -u Binary files differ Index: resources/images/eject.png =================================================================== diff -u -r1a8e9578b27bb3877116675d0b2361ce4f5b5539 -r288fa90973888a57056998a7d645034b063ef893 Binary files differ Index: sources/gui/qml/components/USBButton.qml =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -r288fa90973888a57056998a7d645034b063ef893 --- sources/gui/qml/components/USBButton.qml (.../USBButton.qml) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/gui/qml/components/USBButton.qml (.../USBButton.qml) (revision 288fa90973888a57056998a7d645034b063ef893) @@ -31,7 +31,8 @@ width : Variables.iconsDiameter height : Variables.iconsDiameter anchors.centerIn: parent - source : "qrc:/images/iEject" + source : disabled ? "qrc:/images/iEjectDisabled" + : "qrc:/images/iEjectEnabled" } text.font.pixelSize: Fonts.fontPixelButton * 0.75 onPressed : {