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

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

index 947a5ed..257b87a 100644 (file)
@@ -25,7 +25,8 @@
     {
      "$ xns" : "Gtk",
      "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
-     "bool resize_end_child" : true,
+     "bool resize_end_child" : false,
+     "bool resize_start_child" : false,
      "bool shrink_end_child" : false,
      "items" : [
       {
index 78ab3e0..34fbcd3 100644 (file)
@@ -419,8 +419,9 @@ public class Editor : Object
                        // my vars (dec)
 
                        // set gobject values
+                       this.el.resize_start_child = false;
                        this.el.shrink_end_child = false;
-                       this.el.resize_end_child = true;
+                       this.el.resize_end_child = false;
                        var child_1 = new Xcls_Box2( _this );
                        child_1.ref();
                        this.el.start_child = child_1.el;