gui: add a spacer below the main column at Add wallet step in liana-connect flow

This commit is contained in:
pythcoiner 2025-06-23 12:44:55 +02:00
parent 4bb4269975
commit 53839e9274
No known key found for this signature in database
GPG Key ID: C1048AEEDF303B88

View File

@ -274,7 +274,8 @@ pub fn import_wallet_or_descriptor<'a>(
.push_maybe(error.map(|e| card::error("Something wrong happened", e.to_string())))
.push(card_wallets)
.push(card::simple(col_invitation_token).padding(0))
.push(card::simple(col_descriptor).padding(0)),
.push(card::simple(col_descriptor).padding(0))
.push(Space::with_height(10)),
true,
Some(Message::Previous),
)