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 34706bb commit 1a8b696Copy full SHA for 1a8b696
qml/controls/NavButton.qml
@@ -53,6 +53,7 @@ AbstractButton {
53
}
54
contentItem: RowLayout {
55
spacing: 0
56
+ anchors.fill: parent
57
Loader {
58
id: button_background
59
active: root.iconSource.toString().length > 0
qml/pages/wallet/Send.qml
@@ -92,10 +92,18 @@ PageStack {
92
visible: settings.multipleRecipientsEnabled
93
94
NavButton {
95
+ Layout.preferredWidth: 30
96
+ Layout.preferredHeight: 30
97
+ iconWidth: 30
98
+ iconHeight: 30
99
iconSource: "image://images/caret-left"
100
101
102
103
104
105
106
107
iconSource: "image://images/caret-right"
108
109
0 commit comments