mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-06 10:58:28 +00:00
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:
parent
e6df6208e3
commit
c20835c7a3
@ -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),
|
||||
)?,
|
||||
|
Loading…
Reference in New Issue
Block a user