From: Alan Knowles Date: Tue, 26 Mar 2024 15:38:28 +0000 (+0800) Subject: src/Builder4/Editor.bjs X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=f9411f8279897adade46549fe74e5a2356f6bab7;p=roobuilder src/Builder4/Editor.bjs src/Builder4/Editor.vala --- diff --git a/src/Builder4/Editor.bjs b/src/Builder4/Editor.bjs index aaa851e8e..643a7b802 100644 --- a/src/Builder4/Editor.bjs +++ b/src/Builder4/Editor.bjs @@ -25,8 +25,8 @@ { "$ xns" : "Gtk", "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL", + "bool resize_end_child" : false, "bool shrink_end_child" : false, - "int width_request" : 200, "items" : [ { "$ xns" : "Gtk", diff --git a/src/Builder4/Editor.vala b/src/Builder4/Editor.vala index f7aa06ee8..4811a3674 100644 --- a/src/Builder4/Editor.vala +++ b/src/Builder4/Editor.vala @@ -419,8 +419,8 @@ public class Editor : Object // my vars (dec) // set gobject values - this.el.width_request = 200; this.el.shrink_end_child = false; + this.el.resize_end_child = false; var child_1 = new Xcls_Box2( _this ); child_1.ref(); this.el.start_child = child_1.el;