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:
@@ -32,6 +32,10 @@ ElDialog {
|
||||
|
||||
running: Daemon.loading
|
||||
}
|
||||
|
||||
Item {
|
||||
Layout.preferredHeight: 20
|
||||
}
|
||||
}
|
||||
|
||||
Connections {
|
||||
|
||||
Reference in New Issue
Block a user