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

src/Builder4/WindowLeftProps.bjs
src/Builder4/WindowLeftProps.vala

index 37c5253..6f9e0d8 100644 (file)
        "$ xns" : "Gtk",
        "* pack" : "add",
        "bool always_show_image" : true,
+       "bool hexpand" : true,
        "items" : [
         {
          "$ xns" : "Gtk",
index 0e80393..20527d8 100644 (file)
@@ -1286,6 +1286,7 @@ public class Xcls_LeftProps : Object
             // my vars (dec)
 
             // set gobject values
+            this.el.hexpand = true;
             this.el.always_show_image = true;
             this.el.tooltip_text = "Add Property";
             this.el.label = "Property";