From: Alan Knowles Date: Wed, 19 Dec 2018 05:25:19 +0000 (+0800) Subject: RepoStatusPopover.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=51bebe15c34271f89382489e6395dd76cb8872c9 RepoStatusPopover.bjs RepoStatusPopover.vala --- diff --git a/RepoStatusPopover.bjs b/RepoStatusPopover.bjs index f0079f49..6fcf5196 100644 --- a/RepoStatusPopover.bjs +++ b/RepoStatusPopover.bjs @@ -29,6 +29,7 @@ "xtype" : "Toolbar", "* pack" : "add", "$ xns" : "Gtk", + "bool vexpand" : false, "items" : [ { "listeners" : { diff --git a/RepoStatusPopover.vala b/RepoStatusPopover.vala index 3f518566..bdbd2336 100644 --- a/RepoStatusPopover.vala +++ b/RepoStatusPopover.vala @@ -116,6 +116,7 @@ public class RepoStatusPopover : Object // my vars (dec) // set gobject values + this.el.vexpand = false; this.el.toolbar_style = Gtk.ToolbarStyle.BOTH_HORIZ; var child_0 = new Xcls_ToolButton4( _this ); child_0.ref();