From 6c1d0518eb7748fe801c7fb141fbc7205eed27ec Mon Sep 17 00:00:00 2001 From: Michael Mallan Date: Fri, 3 Jan 2025 12:13:42 +0000 Subject: [PATCH] use left alignment for export modal text --- liana-gui/src/app/view/export.rs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/liana-gui/src/app/view/export.rs b/liana-gui/src/app/view/export.rs index 587190d2..e47e87af 100644 --- a/liana-gui/src/app/view/export.rs +++ b/liana-gui/src/app/view/export.rs @@ -67,12 +67,7 @@ pub fn export_modal<'a>( .push(Space::with_height(Length::Fill)) .push_maybe(progress_bar_row) .push(Space::with_height(Length::Fill)) - .push( - Row::new() - .push(Space::with_width(Length::Fill)) - .push(text(msg)) - .push(Space::with_width(Length::Fill)), - ) + .push(Row::new().push(text(msg))) .push(Space::with_height(Length::Fill)) .push_maybe(button.map(|b| { Container::new(b)