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

index f429e1a..6055ebf 100644 (file)
@@ -453,7 +453,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.JUSTIFY_FILL,Gtk.IconSize.MENU );
                 this.set_image (image);
                 this.label= "Manage Clones";
                 this.always_show_image = true;