1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:57:35 +00:00

FontEditor: Add Unicode block/glyph selection Statusbar Segment

Displays the current active Unicode block range, or, if multiple
glyphs are selected, their count. Clicking toggles the Unicode
block ListView.
This commit is contained in:
thankyouverycool 2022-12-17 15:45:53 -05:00 committed by Andreas Kling
parent 40e94a315a
commit 96d7964913
2 changed files with 25 additions and 0 deletions

View file

@ -235,5 +235,6 @@
@GUI::Statusbar {
name: "statusbar"
segment_count: 2
}
}