src/Builder4/MainWindow.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 1 Feb 2024 06:42:44 +0000 (14:42 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 1 Feb 2024 06:42:44 +0000 (14:42 +0800)
src/Builder4/MainWindow.vala

src/Builder4/MainWindow.bjs
src/Builder4/MainWindow.vala

index d4ac0e6..9c3569d 100644 (file)
@@ -20,7 +20,6 @@
    "id" : "MainWindow",
    "items" : [
     {
-     "$ string title" : "\"Application Builder\"",
      "$ xns" : "Gtk",
      "* pack" : "set_titlebar",
      "bool show_close_button" : true,
@@ -79,6 +78,7 @@
        "xtype" : "Box"
       }
      ],
+     "string title" : "Application Builder",
      "xtype" : "HeaderBar"
     },
     {
index 34bb5a2..8e794c4 100644 (file)
@@ -210,7 +210,7 @@ public class Xcls_MainWindow : Object
 
                        // my vars (dec)
                        this.show_close_button = true;
-                       this.title = "Application Builder";
+                       this.title = Application Builder;
 
                        // set gobject values
                        var child_1 = new Xcls_Box3( _this );