mirror of
https://github.com/Afacanc38/browser.git
synced 2024-12-04 18:19:16 +03:00
remove spacing on main widgets (headerbar and webview)
This commit is contained in:
parent
2b694db475
commit
773ac10df4
1 changed files with 0 additions and 1 deletions
1
main.py
1
main.py
|
@ -15,7 +15,6 @@ class MyWindow(Handy.Window):
|
||||||
GLib.set_prgname('Tarayıcı')
|
GLib.set_prgname('Tarayıcı')
|
||||||
|
|
||||||
self.main_box = Gtk.Box(
|
self.main_box = Gtk.Box(
|
||||||
spacing = 6,
|
|
||||||
orientation = Gtk.Orientation.VERTICAL
|
orientation = Gtk.Orientation.VERTICAL
|
||||||
)
|
)
|
||||||
self.add(self.main_box)
|
self.add(self.main_box)
|
||||||
|
|
Loading…
Reference in a new issue