mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:57:35 +00:00
CharacterMap: Make the search happen as you type
This commit is contained in:
parent
1f0f96e6d7
commit
a1baa5cb00
3 changed files with 5 additions and 19 deletions
|
@ -4,20 +4,8 @@
|
|||
}
|
||||
fill_with_background_color: true
|
||||
|
||||
@GUI::Widget {
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
preferred_height: "fit"
|
||||
|
||||
@GUI::TextBox {
|
||||
name: "search_input"
|
||||
}
|
||||
|
||||
@GUI::Button {
|
||||
name: "search_button"
|
||||
icon: "/res/icons/16x16/find.png"
|
||||
button_style: "Coolbar"
|
||||
fixed_width: 22
|
||||
}
|
||||
@GUI::TextBox {
|
||||
name: "search_input"
|
||||
}
|
||||
|
||||
@GUI::TableView {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue