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

KeyboardSettings: Migrate layout to GML

All other Settings applications use this, so let's match them!
This commit is contained in:
Sam Atkins 2021-11-20 12:53:04 +00:00 committed by Linus Groh
parent 1dd5c838cf
commit 4bac30f737
3 changed files with 65 additions and 20 deletions

View file

@ -4,8 +4,11 @@ serenity_component(
TARGETS KeyboardSettings
)
compile_gml(Keyboard.gml KeyboardWidgetGML.h keyboard_widget_gml)
set(SOURCES
main.cpp
KeyboardWidgetGML.h
)
serenity_app(KeyboardSettings ICON app-keyboard-settings)