diff options
-rw-r--r-- | Userland/Applications/FontEditor/FontEditorWindow.gml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Applications/FontEditor/FontEditorWindow.gml b/Userland/Applications/FontEditor/FontEditorWindow.gml index 90cd70c3fe..dd69fc286b 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" } } |