gui: make max tooltip more legible

This commit is contained in:
jp1ac4 2024-03-26 16:07:56 +00:00
parent 771bf16b58
commit 617845234c
No known key found for this signature in database
GPG Key ID: A7ACD32423568D7B

View File

@ -406,8 +406,9 @@ pub fn recipient_view<'a>(
checkbox("MAX", is_max_selected, move |_| { checkbox("MAX", is_max_selected, move |_| {
CreateSpendMessage::SendMaxToRecipient(index) CreateSpendMessage::SendMaxToRecipient(index)
}), }),
// Add spaces at end so that text is padded at screen edge.
"Total amount remaining after paying fee and any other recipients ", "Total amount remaining after paying fee and any other recipients ",
tooltip::Position::Left, tooltip::Position::Bottom,
)) ))
.width(Length::Fill), .width(Length::Fill),
), ),