From f3c80a8b88d8cf9b7c51d9fd23f17480936250e1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 19 Dec 2018 13:32:46 +0800 Subject: [PATCH] StatusIcon.vala --- StatusIcon.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StatusIcon.vala b/StatusIcon.vala index 0578133f..6f577d46 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -475,7 +475,7 @@ public class StatusIconA : StatusIcon { { var image = new Gtk.Image(); - image.set_from_stock(Gtk.Stock.FULLSCREEN,Gtk.IconSize.NEW ); + image.set_from_stock(Gtk.Stock.NEW,Gtk.IconSize.MENU ); this.set_image (image); this.label= "New Ticket"; this.always_show_image = true; -- 2.39.2