slightly translucent when disabled

This commit is contained in:
Marco Martin 2018-09-19 15:54:20 +02:00
parent 9f08668147
commit ba3e94aa7f

View File

@ -60,6 +60,7 @@ T.Button {
//retrocompatibility with old controls
implicitWidth: units.gridUnit * 1.6
implicitHeight: units.gridUnit * 1.6
opacity: control.enabled ? 1 : 0.6
PlasmaCore.Svg {
id: buttonSvg