mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:57:45 +00:00
LibGUI: Add Unicode emoji group filters to the EmojiInputDialog
This allows users to filter the list of displayed emoji by the group to which the emoji belong.
This commit is contained in:
parent
273045d40e
commit
7c9ad6cc2f
3 changed files with 69 additions and 1 deletions
|
@ -12,6 +12,17 @@
|
|||
fixed_height: 22
|
||||
}
|
||||
|
||||
@GUI::ToolbarContainer {
|
||||
@GUI::Toolbar {
|
||||
name: "toolbar"
|
||||
|
||||
@GUI::Label {
|
||||
text: "Category: "
|
||||
autosize: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@GUI::ScrollableContainerWidget {
|
||||
name: "scrollable_container"
|
||||
content_widget: @GUI::Widget {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue