From 4d34afa62be5f0cf07bb3986c30f4c85c8fdc403 Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Fri, 23 Dec 2016 16:08:38 +0100 Subject: [PATCH] Fix buttons' icons not showing --- src/manjaro_hello.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py index 5db87d2..b7a71bf 100644 --- a/src/manjaro_hello.py +++ b/src/manjaro_hello.py @@ -86,6 +86,7 @@ class ManjaroHello(): img = Gtk.Image.new_from_file(self.data_path + "img/external-link.png") img.set_margin_left(2) self.builder.get_object(btn).set_image_position(Gtk.PositionType.RIGHT) + self.builder.get_object(btn).set_always_show_image(True) self.builder.get_object(btn).set_image(img) # Set autostart switcher state