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

LibGUI: Add a search box to filter EmojiInputDialog by code point names

This commit is contained in:
Timothy Flynn 2022-09-06 10:59:44 -04:00 committed by Linus Groh
parent a885406511
commit eeb7b153a2
4 changed files with 33 additions and 6 deletions

View file

@ -6,6 +6,11 @@
margins: [4]
}
@GUI::TextBox {
name: "search_box"
fixed_height: 22
}
@GUI::ScrollableContainerWidget {
name: "scrollable_container"
content_widget: @GUI::Widget {