RepoStatusPopover.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 05:14:00 +0000 (13:14 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 05:14:00 +0000 (13:14 +0800)
RepoStatusPopover.vala

RepoStatusPopover.bjs
RepoStatusPopover.vala

index e0ab5fd..11ea1bd 100644 (file)
        "gboolean vexpand" : false,
        "items" : [
         {
        "gboolean vexpand" : false,
        "items" : [
         {
+         "Gtk.ToolbarStyle toolbar_style" : "Gtk.ToolbarStyle.BOTH_HORIZ",
          "* pack" : "add",
          "xtype" : "Toolbar",
          "$ xns" : "Gtk",
          "* pack" : "add",
          "xtype" : "Toolbar",
          "$ xns" : "Gtk",
index de37fef..e85db07 100644 (file)
@@ -375,6 +375,7 @@ public class RepoStatusPopover : Object
             // my vars (dec)
 
             // set gobject values
             // my vars (dec)
 
             // set gobject values
+            this.el.toolbar_style = Gtk.ToolbarStyle.BOTH_HORIZ;
             var child_0 = new Xcls_ToolButton14( _this );
             child_0.ref();
             this.el.add (  child_0.el  );
             var child_0 = new Xcls_ToolButton14( _this );
             child_0.ref();
             this.el.add (  child_0.el  );