Use the 64x64 logo

merge-requests/64/head
Huluti 2016-12-28 23:05:44 +01:00
parent c790311fe2
commit 9962877812
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 304 B

After

Width:  |  Height:  |  Size: 245 B

View File

@ -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)