We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c32f93b commit b3938ccCopy full SHA for b3938cc
src/qml/controls/NavButton.qml
@@ -12,6 +12,7 @@ AbstractButton {
12
property int iconWidth: 30
13
property int textSize: 18
14
property url iconSource: ""
15
+ property Rectangle iconBackground: null
16
17
padding: 0
18
background: Rectangle {
@@ -57,7 +58,7 @@ AbstractButton {
57
58
icon.color: Theme.color.neutral9
59
icon.height: root.iconHeight
60
icon.width: root.iconWidth
- background: null
61
+ background: root.iconBackground
62
}
63
64
Loader {
0 commit comments