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)