1
Fork 0
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:
Sam Atkins 2023-03-05 15:00:54 +00:00 committed by Andreas Kling
parent 1f0f96e6d7
commit a1baa5cb00
3 changed files with 5 additions and 19 deletions

View file

@ -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 {