StatusIcon.vala
authorAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 05:31:46 +0000 (13:31 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 05:31:46 +0000 (13:31 +0800)
StatusIcon.vala

index 02dd4ac..0578133 100644 (file)
@@ -475,7 +475,7 @@ public class StatusIconA : StatusIcon {
             {
                 
                 var  image = new Gtk.Image();
-                image.set_from_stock(Gtk.Stock.FULLSCREEN,Gtk.IconSize.MENU );
+                image.set_from_stock(Gtk.Stock.FULLSCREEN,Gtk.IconSize.NEW );
                 this.set_image (image);
                 this.label= "New Ticket";
                 this.always_show_image = true;