LineEdit: change background color when disabled

This commit is contained in:
selsta 2020-08-29 23:22:49 +02:00
parent e65159163d
commit fed38b9e06
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

@ -204,7 +204,7 @@ Item {
Rectangle {
anchors.fill: parent
anchors.topMargin: 1
color: "transparent"
color: item.enabled ? "transparent" : MoneroComponents.Style.inputBoxBackgroundDisabled
}
Rectangle {