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

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

index 10e9209..2c76d67 100644 (file)
        "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
        "bool hexpand" : true,
        "bool vexpand" : true,
+       "bool visible" : false,
        "int spacing" : 0,
        "int width_request" : 120,
        "items" : [
index 1e2d092..3d520a0 100644 (file)
@@ -1883,6 +1883,7 @@ public class Editor : Object
                        this.el.width_request = 120;
                        this.el.hexpand = true;
                        this.el.vexpand = true;
+                       this.el.visible = false;
                        var child_1 = new Xcls_Box28( _this );
                        child_1.ref();
                        this.el.append( child_1.el );