gui: add a spacer below Delete button un PSBT view
This commit is contained in:
parent
05b848c5d2
commit
b2fbcde142
@ -107,7 +107,8 @@ pub fn psbt_view<'a>(
|
||||
.on_press(Message::Spend(SpendTxMessage::Save)),
|
||||
)
|
||||
.width(Length::Fill)
|
||||
}),
|
||||
})
|
||||
.push(Space::with_height(10)),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user