src/Builder4/WindowLeftTree.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 25 May 2022 02:31:01 +0000 (10:31 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 25 May 2022 02:31:01 +0000 (10:31 +0800)
src/Builder4/WindowLeftTree.vala

src/Builder4/WindowLeftTree.bjs
src/Builder4/WindowLeftTree.vala

index b37247a..c8f7fc7 100644 (file)
@@ -15,6 +15,7 @@
      "$ xns" : "Gtk",
      "* pack" : "add",
      "bool always_show_image" : true,
+     "bool hexpand" : true,
      "items" : [
       {
        "$ xns" : "Gtk",
index 6e3070d..9631367 100644 (file)
@@ -82,6 +82,7 @@ public class Xcls_WindowLeftTree : Object
             // my vars (dec)
 
             // set gobject values
+            this.el.hexpand = true;
             this.el.always_show_image = true;
             this.el.label = "Add Child Element";
             var child_0 = new Xcls_Image3( _this );