gui: maximize the window on startup
We need screen estate to show the drawings, let's make use of it
This commit is contained in:
parent
5dddefe9d4
commit
68e533ec5f
|
@ -131,6 +131,7 @@ class MainWindow(Gtk.ApplicationWindow):
|
||||||
def __init__(self, **kwargs):
|
def __init__(self, **kwargs):
|
||||||
super().__init__(**kwargs)
|
super().__init__(**kwargs)
|
||||||
|
|
||||||
|
self.maximize()
|
||||||
self._tuhi = TuhiKeteManager()
|
self._tuhi = TuhiKeteManager()
|
||||||
|
|
||||||
action = Gio.SimpleAction.new_stateful('orientation', GLib.VariantType('s'),
|
action = Gio.SimpleAction.new_stateful('orientation', GLib.VariantType('s'),
|
||||||
|
|
Loading…
Reference in New Issue