From 67da13d3cdadb6d613470c3089864d6cc6ac5ced Mon Sep 17 00:00:00 2001 From: Joris Date: Wed, 20 Nov 2024 20:36:27 +0100 Subject: Enlarge default size 1920x1080 * 0.55 --- src/gui/app.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/app.rs b/src/gui/app.rs index ab3f9c0..5469e53 100644 --- a/src/gui/app.rs +++ b/src/gui/app.rs @@ -65,8 +65,8 @@ impl App { gtk::ApplicationWindow::builder() .application(app) .title("Calendrier") - .default_width(800) - .default_height(600) + .default_width(1056) + .default_height(594) .visible(true) .child(&calendar) .build(), -- cgit v1.2.3