gui: add a spacer below Delete button un PSBT view

This commit is contained in:
pythcoiner 2025-03-26 15:14:14 +01:00
parent 05b848c5d2
commit b2fbcde142
No known key found for this signature in database
GPG Key ID: C1048AEEDF303B88

View File

@ -107,7 +107,8 @@ pub fn psbt_view<'a>(
.on_press(Message::Spend(SpendTxMessage::Save)),
)
.width(Length::Fill)
}),
})
.push(Space::with_height(10)),
)
}