extensions-window: Add placeholder text to the search entry

"Text fields should have placeholder text or a label".

https://developer.gnome.org/hig/patterns/controls/text-fields.html

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2653>
This commit is contained in:
Automeris naranja 2023-09-21 16:47:59 -03:00 committed by Florian Müllner
parent ee5a26593e
commit 8bf52109b0

View File

@ -64,6 +64,7 @@
bind-flags="bidirectional"/>
<child>
<object class="GtkSearchEntry" id="searchEntry">
<property name="placeholder-text" translatable="yes">Search extensions</property>
<property name="max-width-chars">35</property>
</object>
</child>