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

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

index 677d7d5..ca3bb61 100644 (file)
          "$ xns" : "Gtk",
          "bool hexpand" : true,
          "bool vexpand" : true,
-         "bool visible" : false,
+         "bool visible" : true,
          "id" : "navigationwindow",
          "items" : [
           {
index 658de2c..6313597 100644 (file)
@@ -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;
                }