#716 move goto button one level down

This commit is contained in:
jglad
2025-03-10 18:02:43 +01:00
parent d629ea893a
commit 02ec025096
2 changed files with 2 additions and 1 deletions

View File

@@ -370,6 +370,7 @@ fn image_carousel(
let cache_type = current_image.clone().1;
Window::new("image_popup")
.order(egui::Order::Foreground)
.title_bar(false)
.fixed_size(ui.ctx().screen_rect().size())
.frame(egui::Frame::none())