From fd0cb2290f2b1a4710bafa84e5f833d37a255af8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 21 Mar 2019 13:10:26 +0800 Subject: [PATCH] NewBranch.bjs NewBranch.vala --- NewBranch.bjs | 1 + NewBranch.vala | 1 + 2 files changed, 2 insertions(+) diff --git a/NewBranch.bjs b/NewBranch.bjs index 47004a0d..7f7ae965 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -546,6 +546,7 @@ "* pack" : "add", "xtype" : "ScrolledWindow", "$ xns" : "Gtk", + "bool vexpand" : true, "items" : [ { "id" : "diff_view", diff --git a/NewBranch.vala b/NewBranch.vala index bee7f56d..1863c068 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -2342,6 +2342,7 @@ public class NewBranch : Object // set gobject values this.el.height_request = 400; + this.el.vexpand = true; var child_0 = new Xcls_diff_view( _this ); child_0.ref(); this.el.add ( child_0.el ); -- 2.39.2