fix(gallery): center text previews

This commit is contained in:
Vukašin Vojinović 2024-11-11 23:53:25 +01:00 committed by Jeremy Soller
parent 63126810b1
commit b7ef7f852f
3 changed files with 25 additions and 30 deletions

View file

@ -501,7 +501,7 @@ impl App {
}
}
}
widget::settings::view_column(children).into()
widget::column::with_children(children).into()
}
fn rescan_tab(&self) -> Task<Message> {