From 51bebe15c34271f89382489e6395dd76cb8872c9 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 19 Dec 2018 13:25:19 +0800 Subject: [PATCH] RepoStatusPopover.bjs RepoStatusPopover.vala --- RepoStatusPopover.bjs | 1 + RepoStatusPopover.vala | 1 + 2 files changed, 2 insertions(+) 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(); -- 2.39.2