gui: maximize the window on startup

We need screen estate to show the drawings, let's make use of it
pull/145/head
Peter Hutterer 2019-07-19 11:07:48 +10:00
parent 5dddefe9d4
commit 68e533ec5f
1 changed files with 1 additions and 0 deletions

View File

@ -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'),