From 68e533ec5f9ecfbe62bb9c7d7241892334ee503a Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 19 Jul 2019 11:07:48 +1000 Subject: [PATCH] gui: maximize the window on startup We need screen estate to show the drawings, let's make use of it --- tuhigui/window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tuhigui/window.py b/tuhigui/window.py index 24d022b..7a1b35c 100644 --- a/tuhigui/window.py +++ b/tuhigui/window.py @@ -131,6 +131,7 @@ class MainWindow(Gtk.ApplicationWindow): def __init__(self, **kwargs): super().__init__(**kwargs) + self.maximize() self._tuhi = TuhiKeteManager() action = Gio.SimpleAction.new_stateful('orientation', GLib.VariantType('s'),