From: Alan Knowles Date: Tue, 26 Mar 2024 15:33:43 +0000 (+0800) Subject: src/Builder4/Editor.bjs X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=1ee1484324fd0fdb35c49127c0146118ccf92c53;p=roobuilder src/Builder4/Editor.bjs src/Builder4/Editor.vala --- diff --git a/src/Builder4/Editor.bjs b/src/Builder4/Editor.bjs index 652c37c29..3379c5738 100644 --- a/src/Builder4/Editor.bjs +++ b/src/Builder4/Editor.bjs @@ -1082,6 +1082,7 @@ "$ xns" : "Gtk", "* prop" : "child", "id" : "navigation", + "int width_request" : 200, "items" : [ { "$ xns" : "Gtk", @@ -1458,6 +1459,7 @@ "| void show" : [ "(Gee.ArrayList syms) {", "\t_this.navigationwindow.el.show();", + "\t", "\t//_this.navliststore.el.remove_all();", "\t", "\t", diff --git a/src/Builder4/Editor.vala b/src/Builder4/Editor.vala index 414fd7e6c..9dfe36c5f 100644 --- a/src/Builder4/Editor.vala +++ b/src/Builder4/Editor.vala @@ -1963,6 +1963,7 @@ public class Editor : Object this.selected_row = null; // set gobject values + this.el.width_request = 200; this.el.name = "editor-navigation"; var child_2 = new Xcls_ColumnViewColumn31( _this ); child_2.ref(); @@ -2015,6 +2016,7 @@ public class Editor : Object } public void show (Gee.ArrayList syms) { _this.navigationwindow.el.show(); + //_this.navliststore.el.remove_all();