Kinda fix notifications icon size
This commit is contained in:
parent
cd54ab3bf8
commit
00205e5847
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue