sync
authorAlan <alan@roojs.com>
Fri, 20 May 2022 08:23:13 +0000 (16:23 +0800)
committerAlan <alan@roojs.com>
Fri, 20 May 2022 08:23:13 +0000 (16:23 +0800)
src/Builder4/MainWindow.bjs
src/Builder4/MainWindow.vala

index 629c38a..eab8d62 100644 (file)
          "$ tooltip_text" : "\"Project Details\"",
          "$ xns" : "Gtk",
          "* pack" : "add",
+         "bool always_show_image" : true,
          "height_request" : 50,
          "items" : [
           {
            "}"
           ]
          },
-         "string label" : "Edit Project",
+         "string label" : "Edit Project Settings",
          "width_request" : 50,
          "xtype" : "Button"
         },
          "$ tooltip_text" : "\"File Details\"",
          "$ xns" : "Gtk",
          "* pack" : "add",
+         "bool always_show_image" : true,
          "height_request" : 50,
          "items" : [
           {
            "xtype" : "Image"
           }
          ],
+         "string label" : "About",
          "xtype" : "MenuButton"
         },
         {
index 463e105..9da8e6a 100644 (file)
@@ -1394,8 +1394,9 @@ public class Xcls_MainWindow : Object
             // set gobject values
             this.el.width_request = 50;
             this.el.height_request = 50;
+            this.el.always_show_image = true;
             this.el.tooltip_text = "Project Details";
-            this.el.label = "Edit Project";
+            this.el.label = "Edit Project Settings";
             var child_0 = new Xcls_Image40( _this );
             child_0.ref();
             this.el.set_image (  child_0.el  );
@@ -1454,6 +1455,7 @@ public class Xcls_MainWindow : Object
             // set gobject values
             this.el.width_request = 50;
             this.el.height_request = 50;
+            this.el.always_show_image = true;
             this.el.tooltip_text = "File Details";
             this.el.label = "Edit File Properties";
             var child_0 = new Xcls_Image42( _this );
@@ -1520,6 +1522,7 @@ public class Xcls_MainWindow : Object
             // my vars (dec)
 
             // set gobject values
+            this.el.label = "About";
             var child_0 = new Xcls_topbarmenu( _this );
             child_0.ref();
             this.el.set_popup (  child_0.el  );