src/Builder4/MainWindow.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 08:54:19 +0000 (16:54 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 08:54:19 +0000 (16:54 +0800)
src/Builder4/MainWindow.vala

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

index 46e547a..bba8bc8 100644 (file)
          "$ xns" : "Gtk"
         },
         {
+         "Gtk.ToolbarStyle toolbar_style" : "Gtk.ToolbarStyle.BOTH_HORIZ",
          "* pack" : "pack_end,false,false,0",
          "xtype" : "Toolbar",
          "$ xns" : "Gtk",
index 332bc7c..cbbc27f 100644 (file)
@@ -2221,6 +2221,7 @@ public class Xcls_MainWindow : Object
 
             // set gobject values
             this.el.icon_size = Gtk.IconSize.SMALL_TOOLBAR;
+            this.el.toolbar_style = Gtk.ToolbarStyle.BOTH_HORIZ;
             var child_0 = new Xcls_ToolButton69( _this );
             child_0.ref();
             this.el.add (  child_0.el  );