remove spacing on main widgets (headerbar and webview)

This commit is contained in:
Alperen İsa Nalbant 2022-05-15 19:26:45 +03:00 committed by GitHub
parent 2b694db475
commit 773ac10df4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ class MyWindow(Handy.Window):
GLib.set_prgname('Tarayıcı')
self.main_box = Gtk.Box(
spacing = 6,
orientation = Gtk.Orientation.VERTICAL
)
self.add(self.main_box)