Skip to content

Commit 854e265

Browse files
committed
qml: Remove unnecessary Layout property in Send
1 parent cb1f3d9 commit 854e265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qml/pages/wallet/Send.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ PageStack {
202202
FeeSelection {
203203
id: feeSelection
204204
Layout.fillWidth: true
205-
Layout.preferredHeight: 50
205+
206206
onFeeChanged: {
207207
root.wallet.targetBlocks = target
208208
}

0 commit comments

Comments
 (0)