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:
parent
ee5a26593e
commit
8bf52109b0
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user