src/Builder4/Editor.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 26 Mar 2024 15:44:12 +0000 (23:44 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 26 Mar 2024 15:44:12 +0000 (23:44 +0800)
src/Builder4/Editor.vala

src/Builder4/Editor.bjs
src/Builder4/Editor.vala

index 643a7b8..02b0c62 100644 (file)
@@ -32,6 +32,7 @@
        "$ xns" : "Gtk",
        "* prop" : "start_child",
        "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
+       "bool hexpand" : true,
        "int spacing" : 0,
        "items" : [
         {
index 4811a36..7a9a205 100644 (file)
@@ -447,6 +447,7 @@ public class Editor : Object
                        // my vars (dec)
 
                        // set gobject values
+                       this.el.hexpand = true;
                        var child_1 = new Xcls_Box3( _this );
                        child_1.ref();
                        this.el.append( child_1.el );