From c2148c7ddef5e5e9200fdebee89bafe6b311c28b Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Wed, 7 Sep 2022 15:45:02 -0400 Subject: [PATCH] LibGUI: Add placeholder text to the emoji picker search box Co-authored-by: electrikmilk --- Userland/Libraries/LibGUI/EmojiInputDialog.gml | 1 + 1 file changed, 1 insertion(+) diff --git a/Userland/Libraries/LibGUI/EmojiInputDialog.gml b/Userland/Libraries/LibGUI/EmojiInputDialog.gml index 6da0d013016..d52f7fd47eb 100644 --- a/Userland/Libraries/LibGUI/EmojiInputDialog.gml +++ b/Userland/Libraries/LibGUI/EmojiInputDialog.gml @@ -8,6 +8,7 @@ @GUI::TextBox { name: "search_box" + placeholder: "Search emoji" fixed_height: 22 }