use left alignment for export modal text

This commit is contained in:
Michael Mallan 2025-01-03 12:13:42 +00:00
parent f92177c04a
commit 6c1d0518eb
No known key found for this signature in database
GPG Key ID: 5177CDCEDB0EABEB

View File

@ -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)