mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
LibGUI: Add placeholder text to the emoji picker search box
Co-authored-by: electrikmilk <brandonjordan124@gmail.com>
This commit is contained in:
parent
b61eca0a1e
commit
c2148c7dde
Notes:
sideshowbarker
2024-07-17 07:20:35 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/c2148c7dde Pull-request: https://github.com/SerenityOS/serenity/pull/15159 Reviewed-by: https://github.com/linusg ✅
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
@GUI::TextBox {
|
||||
name: "search_box"
|
||||
placeholder: "Search emoji"
|
||||
fixed_height: 22
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue