1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:27:45 +00:00

LibGUI: Add placeholder text to the emoji picker search box

Co-authored-by: electrikmilk <brandonjordan124@gmail.com>
This commit is contained in:
Timothy Flynn 2022-09-07 15:45:02 -04:00 committed by Linus Groh
parent b61eca0a1e
commit c2148c7dde

View file

@ -8,6 +8,7 @@
@GUI::TextBox {
name: "search_box"
placeholder: "Search emoji"
fixed_height: 22
}