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

View File

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