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:
parent
a885406511
commit
eeb7b153a2
4 changed files with 33 additions and 6 deletions
|
@ -6,6 +6,11 @@
|
|||
margins: [4]
|
||||
}
|
||||
|
||||
@GUI::TextBox {
|
||||
name: "search_box"
|
||||
fixed_height: 22
|
||||
}
|
||||
|
||||
@GUI::ScrollableContainerWidget {
|
||||
name: "scrollable_container"
|
||||
content_widget: @GUI::Widget {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue