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

LibGUI+FontEditor: Move GlyphMapWidget to LibGUI

This will allow us to use this in other apps, such as the upcoming
Character Map. :^)
This commit is contained in:
Sam Atkins 2022-01-09 16:15:23 +00:00 committed by Andreas Kling
parent dd17df76e9
commit 8175cd0a28
6 changed files with 28 additions and 21 deletions

View file

@ -13,7 +13,6 @@ set(SOURCES
FontEditor.cpp
FontEditorWindowGML.h
GlyphEditorWidget.cpp
GlyphMapWidget.cpp
main.cpp
NewFontDialog.cpp
NewFontDialogPage1GML.h