1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:37:34 +00:00

FontEditor: More reasonable labels, move property to GML

This commit is contained in:
Ben Wiederhake 2021-11-20 00:42:35 +01:00 committed by Andreas Kling
parent a8c95097b5
commit 197b5f7c4a
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@
@GUI::CheckBox {
name: "glyph_editor_present_checkbox"
text: "Show"
text: "Present"
}
@GUI::Button {
@ -54,6 +54,7 @@
fixed_width: 22
tooltip: "Move Glyph"
button_style: "Coolbar"
checkable: true
}
}
}