From: Alan Knowles Date: Wed, 19 Dec 2018 05:14:00 +0000 (+0800) Subject: RepoStatusPopover.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=35f7fba7d3e590ded76a8f2a78411a5c79d72ba0;ds=sidebyside RepoStatusPopover.bjs RepoStatusPopover.vala --- diff --git a/RepoStatusPopover.bjs b/RepoStatusPopover.bjs index e0ab5fd5..11ea1bda 100644 --- a/RepoStatusPopover.bjs +++ b/RepoStatusPopover.bjs @@ -102,6 +102,7 @@ "gboolean vexpand" : false, "items" : [ { + "Gtk.ToolbarStyle toolbar_style" : "Gtk.ToolbarStyle.BOTH_HORIZ", "* pack" : "add", "xtype" : "Toolbar", "$ xns" : "Gtk", diff --git a/RepoStatusPopover.vala b/RepoStatusPopover.vala index de37fef9..e85db076 100644 --- a/RepoStatusPopover.vala +++ b/RepoStatusPopover.vala @@ -375,6 +375,7 @@ public class RepoStatusPopover : Object // 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 );