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

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

index 257b87a..612f458 100644 (file)
@@ -28,6 +28,7 @@
      "bool resize_end_child" : false,
      "bool resize_start_child" : false,
      "bool shrink_end_child" : false,
+     "bool shrink_start_child" : false,
      "items" : [
       {
        "$ xns" : "Gtk",
index 34fbcd3..caf2771 100644 (file)
@@ -422,6 +422,7 @@ public class Editor : Object
                        this.el.resize_start_child = false;
                        this.el.shrink_end_child = false;
                        this.el.resize_end_child = false;
+                       this.el.shrink_start_child = false;
                        var child_1 = new Xcls_Box2( _this );
                        child_1.ref();
                        this.el.start_child = child_1.el;