From 0be2de9895cc3de4f7fc74ecee8e4feee129ec79 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Fri, 11 Jan 2019 10:15:45 +0100 Subject: Change titlebar style to allow resizing --- src/graphics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphics.rs b/src/graphics.rs index 8c5fd73..e4f8e38 100644 --- a/src/graphics.rs +++ b/src/graphics.rs @@ -60,7 +60,7 @@ impl Graphics { let mut window = RenderWindow::new( default_window_size, "Subconscious", - Style::CLOSE, + Style::DEFAULT, &context_settings ); -- cgit v1.2.1