src/Builder4/CodeInfo.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 14 Mar 2024 12:54:11 +0000 (20:54 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 14 Mar 2024 12:54:11 +0000 (20:54 +0800)
src/Builder4/CodeInfo.vala

src/Builder4/CodeInfo.bjs
src/Builder4/CodeInfo.vala

index 02bc027..b72ad14 100644 (file)
@@ -37,7 +37,7 @@
            "xtype" : "Box"
           }
          ],
-         "string tab_label" : "",
+         "string tab_label" : "details",
          "xtype" : "NotebookPage"
         }
        ],
index 8f1a110..d026b0f 100644 (file)
@@ -142,6 +142,7 @@ public class CodeInfo : Object
                        _this = _owner;
 
                        // my vars (dec)
+                       this.tab_label = "details";
                        var child_1 = new Xcls_Box483( _this );
                        child_1.ref();
                        notebook.el.append_page( child_1 , new Gtk.Label(this.tab_label) );