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), )?,