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

LibGUI: Convert EmojiInputDialog to GML

This will allow easily adding components such as a search box. Also,
increase the number of emoji per row. This does not fix the issue where
too many emoji will cause the dialog to grow limitlessly, but it looks a
bit more reasonable now with the number of emoji that we have.
This commit is contained in:
Timothy Flynn 2022-09-01 08:48:07 -04:00 committed by Linus Groh
parent e268316865
commit 11d29bc2ea
3 changed files with 22 additions and 9 deletions

View file

@ -1,3 +1,4 @@
compile_gml(EmojiInputDialog.gml EmojiInputDialogGML.h emoji_input_dialog_gml)
compile_gml(FontPickerDialog.gml FontPickerDialogGML.h font_picker_dialog_gml)
compile_gml(FilePickerDialog.gml FilePickerDialogGML.h file_picker_dialog_gml)
compile_gml(PasswordInputDialog.gml PasswordInputDialogGML.h password_input_dialog_gml)
@ -36,6 +37,7 @@ set(SOURCES
DragOperation.cpp
EditingEngine.cpp
EmojiInputDialog.cpp
EmojiInputDialogGML.h
Event.cpp
FileIconProvider.cpp
FilePicker.cpp