NewBranch.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2019 05:10:26 +0000 (13:10 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2019 05:10:26 +0000 (13:10 +0800)
NewBranch.vala

NewBranch.bjs
NewBranch.vala

index 47004a0..7f7ae96 100644 (file)
          "* pack" : "add",
          "xtype" : "ScrolledWindow",
          "$ xns" : "Gtk",
+         "bool vexpand" : true,
          "items" : [
           {
            "id" : "diff_view",
index bee7f56..1863c06 100644 (file)
@@ -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  );