From 621a4008e66102a27059e2e2fb4fb7603733829f Mon Sep 17 00:00:00 2001 From: Max Wipfli Date: Wed, 19 May 2021 21:50:27 +0200 Subject: [PATCH] FontEditor: Add tooltip to "Move Glyph" button This adds a simple tooltip to the "Move Glyph" button to indicate its functionality. --- Userland/Applications/FontEditor/FontEditorWindow.gml | 1 + 1 file changed, 1 insertion(+) diff --git a/Userland/Applications/FontEditor/FontEditorWindow.gml b/Userland/Applications/FontEditor/FontEditorWindow.gml index 90cd70c3fe4..dd69fc286b5 100644 --- a/Userland/Applications/FontEditor/FontEditorWindow.gml +++ b/Userland/Applications/FontEditor/FontEditorWindow.gml @@ -47,6 +47,7 @@ @GUI::Button { name: "move_glyph_button" fixed_width: 22 + tooltip: "Move Glyph" button_style: "Coolbar" } }