src/Builder4/ValaProjectSettingsPopover.bjs
authorAlan <alan@roojs.com>
Wed, 6 Jul 2022 08:46:55 +0000 (16:46 +0800)
committerAlan <alan@roojs.com>
Wed, 6 Jul 2022 08:46:55 +0000 (16:46 +0800)
src/Builder4/ValaProjectSettingsPopover.vala

src/Builder4/ValaProjectSettingsPopover.bjs
src/Builder4/ValaProjectSettingsPopover.vala

index 6e4ec73..6b95bde 100644 (file)
@@ -14,6 +14,7 @@
      "* pack" : "add",
      "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
      "bool hexpand" : true,
+     "bool vexpand" : true,
      "items" : [
       {
        "$ xns" : "Gtk",
index 295578d..793a950 100644 (file)
@@ -115,6 +115,7 @@ public class ValaProjectSettingsPopover : Object
 
             // set gobject values
             this.el.hexpand = true;
+            this.el.vexpand = true;
             var child_0 = new Xcls_Notebook3( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , true,true,0 );