mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 14:42:50 +02:00
LibGUI: Add a search box to filter EmojiInputDialog by code point names
This commit is contained in:
committed by
Linus Groh
parent
a885406511
commit
eeb7b153a2
@@ -6,6 +6,11 @@
|
||||
margins: [4]
|
||||
}
|
||||
|
||||
@GUI::TextBox {
|
||||
name: "search_box"
|
||||
fixed_height: 22
|
||||
}
|
||||
|
||||
@GUI::ScrollableContainerWidget {
|
||||
name: "scrollable_container"
|
||||
content_widget: @GUI::Widget {
|
||||
|
||||
Reference in New Issue
Block a user