From: Alan Knowles Date: Tue, 26 Mar 2024 15:35:54 +0000 (+0800) Subject: src/Builder4/Editor.bjs X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=040ceaf5d960d25f4f14c8c9ef589a2882d4444a;p=roobuilder src/Builder4/Editor.bjs src/Builder4/Editor.vala --- diff --git a/src/Builder4/Editor.bjs b/src/Builder4/Editor.bjs index 677d7d558..ca3bb6140 100644 --- a/src/Builder4/Editor.bjs +++ b/src/Builder4/Editor.bjs @@ -1076,7 +1076,7 @@ "$ xns" : "Gtk", "bool hexpand" : true, "bool vexpand" : true, - "bool visible" : false, + "bool visible" : true, "id" : "navigationwindow", "items" : [ { diff --git a/src/Builder4/Editor.vala b/src/Builder4/Editor.vala index 658de2c9d..6313597db 100644 --- a/src/Builder4/Editor.vala +++ b/src/Builder4/Editor.vala @@ -1936,7 +1936,7 @@ public class Editor : Object // set gobject values this.el.hexpand = true; this.el.vexpand = true; - this.el.visible = false; + this.el.visible = true; new Xcls_navigation( _this ); this.el.child = _this.navigation.el; }