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 64a16d5 commit 120d630Copy full SHA for 120d630
src/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
src/qml/pages/wallet/Send.qml
@@ -89,10 +89,18 @@ PageStack {
89
visible: settings.multipleRecipientsEnabled
90
91
NavButton {
92
+ Layout.preferredWidth: 30
93
+ Layout.preferredHeight: 30
94
+ iconWidth: 30
95
+ iconHeight: 30
96
iconSource: "image://images/caret-left"
97
98
99
100
101
102
103
104
iconSource: "image://images/caret-right"
105
106
0 commit comments