src/Builder4/Editor.bjs wip_alan_T8107_add_signaturehelp
authorAlan Knowles <alan@roojs.com>
Tue, 26 Mar 2024 16:22:46 +0000 (00:22 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 26 Mar 2024 16:22:46 +0000 (00:22 +0800)
src/Builder4/Editor.vala

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

index 0227eba..8bb5e40 100644 (file)
@@ -73,7 +73,7 @@
              "(x, y, keyboard_tooltip, tooltip) => {",
              "\tGLib.debug(\"using quiery tooltip?\");",
              "\tvar lbl = new Gtk.Label(this.el.tooltip_markup);",
-             "\tlbl.width_request = 700;",
+             "\tlbl.width_request = 500;",
              "\ttooltip.set_custom(lbl);",
              "",
              "\treturn true;",
index 5a15f6f..ad50296 100644 (file)
@@ -554,7 +554,7 @@ public class Editor : Object
                        this.el.query_tooltip.connect( (x, y, keyboard_tooltip, tooltip) => {
                                GLib.debug("using quiery tooltip?");
                                var lbl = new Gtk.Label(this.el.tooltip_markup);
-                               lbl.width_request = 700;
+                               lbl.width_request = 500;
                                tooltip.set_custom(lbl);
                        
                                return true;