RepoStatusPopover.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 05:25:19 +0000 (13:25 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 05:25:19 +0000 (13:25 +0800)
RepoStatusPopover.vala

RepoStatusPopover.bjs
RepoStatusPopover.vala

index f0079f4..6fcf519 100644 (file)
@@ -29,6 +29,7 @@
        "xtype" : "Toolbar",
        "* pack" : "add",
        "$ xns" : "Gtk",
+       "bool vexpand" : false,
        "items" : [
         {
          "listeners" : {
index 3f51856..bdbd233 100644 (file)
@@ -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();