From c20835c7a3225edf817eb0fe31e5255dacc12679 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Fri, 28 Mar 2025 20:10:49 +0100 Subject: [PATCH] Don't maximize model viewer windows Now that multiple can be open, this isn't so great anymore as the default. --- crates/fj-viewer/src/window.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/fj-viewer/src/window.rs b/crates/fj-viewer/src/window.rs index c23a908bf..5e65a38f7 100644 --- a/crates/fj-viewer/src/window.rs +++ b/crates/fj-viewer/src/window.rs @@ -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), )?,