Merge pull request #3062

fed38b9 LineEdit: change background color when disabled (selsta)
This commit is contained in:
luigi1111 2020-09-07 15:07:36 -05:00
commit 4b626924e6
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

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