From d7ce6b1c3d055f78909a85ef4ebbf5e1604c916e Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Thu, 22 Dec 2016 22:29:26 +0100 Subject: [PATCH] Change position of links buttons icons --- src/manjaro_hello.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py index 54d4dc3..8c5e71b 100644 --- a/src/manjaro_hello.py +++ b/src/manjaro_hello.py @@ -82,7 +82,8 @@ class ManjaroHello(): pixbuf = GdkPixbuf.Pixbuf.new_from_file(self.data_path + "img/external-link.png") for btn in ("wiki", "forums", "chat", "mailling", "build", "donate"): img = Gtk.Image.new_from_pixbuf(pixbuf) - img.set_margin_right(2) + img.set_margin_left(2) + self.builder.get_object(btn).set_image_position(Gtk.PositionType.RIGHT) self.builder.get_object(btn).set_image(img) # Set autostart switcher state