From: Alan Knowles Date: Tue, 26 Mar 2024 15:44:12 +0000 (+0800) Subject: src/Builder4/Editor.bjs X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=4714ee0554c6328f7720d6c2600d5dd3996e2a7d;p=roobuilder src/Builder4/Editor.bjs src/Builder4/Editor.vala --- diff --git a/src/Builder4/Editor.bjs b/src/Builder4/Editor.bjs index 643a7b802..02b0c628b 100644 --- a/src/Builder4/Editor.bjs +++ b/src/Builder4/Editor.bjs @@ -32,6 +32,7 @@ "$ xns" : "Gtk", "* prop" : "start_child", "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL", + "bool hexpand" : true, "int spacing" : 0, "items" : [ { diff --git a/src/Builder4/Editor.vala b/src/Builder4/Editor.vala index 4811a3674..7a9a2054a 100644 --- a/src/Builder4/Editor.vala +++ b/src/Builder4/Editor.vala @@ -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 );