set default size

This commit is contained in:
Alperen İsa Nalbant 2022-05-15 19:29:01 +03:00
parent 04ea67c34e
commit 7264c58488
1 changed files with 1 additions and 1 deletions

View File

@ -13,9 +13,9 @@ class MyWindow(Handy.Window):
self.set_title("Tarayıcı")
GLib.set_application_name("Tarayıcı")
GLib.set_prgname('Tarayıcı')
self.set_default_size(900, 600)
self.main_box = Gtk.Box(
spacing = 6,
orientation = Gtk.Orientation.VERTICAL
)
self.add(self.main_box)