Uncommited changes synced
authorAlan Knowles <alan@roojs.com>
Fri, 14 Dec 2018 07:20:44 +0000 (15:20 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 14 Dec 2018 07:20:44 +0000 (15:20 +0800)
RepoStatusPopover.bjs
RepoStatusPopover.vala

index 33df7ae..05b38b0 100644 (file)
@@ -74,6 +74,7 @@
          "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
          "items" : [
           {
+           "int height_request" : 400,
            "* pack" : "pack_start,true,true,0",
            "xtype" : "ScrolledWindow",
            "$ xns" : "Gtk",
index a94a20b..3fc1a6b 100644 (file)
@@ -293,6 +293,7 @@ public class RepoStatusPopover : Object
             // my vars (dec)
 
             // set gobject values
+            this.el.height_request = 400;
             var child_0 = new Xcls_diff_view( _this );
             child_0.ref();
             this.el.add (  child_0.el  );