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

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

index bf08936..aaa851e 100644 (file)
            "$ xns" : "Gtk",
            "* prop" : "child",
            "id" : "navigation",
-           "int width_request" : 200,
            "items" : [
             {
              "$ xns" : "Gtk",
index ae9c1fb..f7aa06e 100644 (file)
@@ -1966,7 +1966,6 @@ 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();