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

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

index 02b0c62..947a5ed 100644 (file)
@@ -25,7 +25,7 @@
     {
      "$ xns" : "Gtk",
      "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
-     "bool resize_end_child" : false,
+     "bool resize_end_child" : true,
      "bool shrink_end_child" : false,
      "items" : [
       {
index 7a9a205..78ab3e0 100644 (file)
@@ -420,7 +420,7 @@ public class Editor : Object
 
                        // set gobject values
                        this.el.shrink_end_child = false;
-                       this.el.resize_end_child = false;
+                       this.el.resize_end_child = true;
                        var child_1 = new Xcls_Box2( _this );
                        child_1.ref();
                        this.el.start_child = child_1.el;