From 2b694db475d19c252f77afcfd6a8a2b18b584b86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alperen=20=C4=B0sa=20Nalbant?= <66299502+Afacanc38@users.noreply.github.com> Date: Sun, 15 May 2022 18:01:04 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31516d1..4060ad2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# The most simple browser in the world +# The most simple and minimalist browser in the world ![Ekran görüntüsü 2022-05-15 15-50-48](https://user-images.githubusercontent.com/66299502/168473807-769f94ad-c652-4a4b-864a-59a83575af33.png) From 773ac10df4cd66c928f1bcd54c84729563c628f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alperen=20=C4=B0sa=20Nalbant?= <66299502+Afacanc38@users.noreply.github.com> Date: Sun, 15 May 2022 19:26:45 +0300 Subject: [PATCH 2/2] remove spacing on main widgets (headerbar and webview) --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index c254cda..c0f1a9a 100755 --- a/main.py +++ b/main.py @@ -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)