mirror of
https://github.com/Afacanc38/browser.git
synced 2024-11-23 14:20:40 +03:00
set default size
This commit is contained in:
parent
04ea67c34e
commit
7264c58488
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue