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
Notes: sideshowbarker 2024-07-17 07:20:35 +09:00

View File

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