mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue