FontEditor: Add tooltip to "Move Glyph" button

This adds a simple tooltip to the "Move Glyph" button to indicate its
functionality.
This commit is contained in:
Max Wipfli 2021-05-19 21:50:27 +02:00 committed by Andreas Kling
parent 9dcc7a67e5
commit 621a4008e6
Notes: sideshowbarker 2024-07-18 17:40:57 +09:00

View File

@ -47,6 +47,7 @@
@GUI::Button {
name: "move_glyph_button"
fixed_width: 22
tooltip: "Move Glyph"
button_style: "Coolbar"
}
}