Don't maximize model viewer windows

Now that multiple can be open, this isn't so great anymore as the
default.
This commit is contained in:
Hanno Braun 2025-03-28 20:10:49 +01:00
parent e6df6208e3
commit c20835c7a3

View File

@ -39,7 +39,6 @@ impl Window {
event_loop.create_window(
winit::window::Window::default_attributes()
.with_title("Fornjot")
.with_maximized(true)
.with_decorations(true)
.with_transparent(false),
)?,