qml: LoadingWalletDialog: add some padding

add some padding at the bottom of the LoadingWalletDialog so the
spinning circle is not directly at the bottom of the dialog, looks a bit
nicer this way.
This commit is contained in:
f321x
2025-08-27 14:02:28 +02:00
parent 9871931bf3
commit f1dfe5e248

View File

@@ -32,6 +32,10 @@ ElDialog {
running: Daemon.loading
}
Item {
Layout.preferredHeight: 20
}
}
Connections {