gui: make max tooltip more legible
This commit is contained in:
parent
771bf16b58
commit
617845234c
@ -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)
|
||||||
}),
|
}),
|
||||||
"Total amount remaining after paying fee and any other recipients",
|
// Add spaces at end so that text is padded at screen edge.
|
||||||
tooltip::Position::Left,
|
"Total amount remaining after paying fee and any other recipients ",
|
||||||
|
tooltip::Position::Bottom,
|
||||||
))
|
))
|
||||||
.width(Length::Fill),
|
.width(Length::Fill),
|
||||||
),
|
),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user