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

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

index 01c893d..7ca0a4e 100644 (file)
              "xtype" : "ColumnView"
             }
            ],
-           "string tooltip_text" : "dbl-click - opens in new window                        shift--dbl-click opens in this window",
+           "string tooltip_text" : [
+            "dbl-click - opens in NEW window                        ",
+            "shift--dbl-click opens in this window"
+           ],
            "string xns" : "Gtk",
            "string xtype" : "ScrolledWindow"
           }
index 31d01bf..09bf578 100644 (file)
@@ -2107,7 +2107,7 @@ public class Xcls_MainWindow : Object
                        this.el.has_frame = true;
                        this.el.hexpand = true;
                        this.el.vexpand = true;
-                       this.el.tooltip_text = "dbl-click - opens in new window                        shift--dbl-click opens in this window";
+                       this.el.tooltip_text = "dbl-click - opens in NEW window                        \nshift--dbl-click opens in this window";
                        this.el.visible = false;
                        new Xcls_treeview( _this );
                        this.el.child = _this.treeview.el;