Kinda fix notifications icon size

This commit is contained in:
bleakgrey 2018-04-24 13:00:55 +03:00
parent cd54ab3bf8
commit 00205e5847
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,9 @@ public class Tootle.MainWindow: Gtk.Window {
header.button_mode.append (img);
view.image = img;
secondary_stack.add_named(view, view.get_name ());
if (view is NotificationsView)
img.pixel_size = 20; // For some reason Notifications icon is too small without this
}
}