Use the 64x64 logo
parent
c790311fe2
commit
9962877812
Binary file not shown.
Before Width: | Height: | Size: 304 B After Width: | Height: | Size: 245 B |
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue