src/Builder4/MainWindow.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 09:07:53 +0000 (17:07 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 09:07:53 +0000 (17:07 +0800)
src/Builder4/MainWindow.vala

src/Builder4/MainWindow.bjs
src/Builder4/MainWindow.vala

index 3329580..e387883 100644 (file)
            "* pack" : "add",
            "xtype" : "ToolButton",
            "string icon_name" : "dialog-error",
-           "$ xns" : "Gtk"
+           "$ xns" : "Gtk",
+           "bool no_show_all" : false
           },
           {
            "xtype" : "ToolButton",
index 50a08ba..4103a2e 100644 (file)
@@ -2245,6 +2245,7 @@ public class Xcls_MainWindow : Object
 
             // set gobject values
             this.el.icon_name = "dialog-error";
+            this.el.no_show_all = false;
             this.el.hexpand = true;
         }