diff --git a/data/img/manjaro.png b/data/img/manjaro.png index e4d1c88..205e570 100644 Binary files a/data/img/manjaro.png and b/data/img/manjaro.png differ diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py index 253fe30..c293925 100644 --- a/src/manjaro_hello.py +++ b/src/manjaro_hello.py @@ -61,7 +61,7 @@ class ManjaroHello(): self.builder.get_object("headerbar").props.subtitle = subtitle # Load logos - logo = GdkPixbuf.Pixbuf.new_from_file_at_scale(self.logo_path, 64, 64, False) + logo = GdkPixbuf.Pixbuf.new_from_file(self.logo_path) self.window.set_icon_from_file(self.logo_path) self.builder.get_object("manjaroicon").set_from_pixbuf(logo) self.builder.get_object("aboutdialog").set_logo(logo)