summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorsunflowerskater <sunflowerskater@tutanota.com>2023-04-20 14:49:47 -0300
committerFelipe Borges <felipeborges@gnome.org>2023-04-21 12:40:42 +0000
commitc95dcf2a9a4a04b4677cab39f4b4ec5325935d47 (patch)
tree906aed6e4b3851a5980fbf68c70f10d6053de53c /shell
parentaf31673bad8c6b616f4d4ff6d34db00c6f98d3d3 (diff)
downloadgnome-control-center-c95dcf2a9a4a04b4677cab39f4b4ec5325935d47.tar.gz
general: Add placeholder text to various search entries
Acc. HIG, "text fields should have placeholder text or a label". https://developer.gnome.org/hig/patterns/controls/text-fields.html Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2190
Diffstat (limited to 'shell')
-rw-r--r--shell/cc-window.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/cc-window.ui b/shell/cc-window.ui
index bcbed4e60..a6959602e 100644
--- a/shell/cc-window.ui
+++ b/shell/cc-window.ui
@@ -68,6 +68,7 @@
<property name="search_mode_enabled" bind-source="search_button" bind-property="active" bind-flags="sync-create|bidirectional" />
<child>
<object class="GtkSearchEntry" id="search_entry">
+ <property name="placeholder_text" translatable="yes">Search settings</property>
<property name="width_chars">25</property>
<property name="max_width_chars">25</property>
<signal name="activate" handler="search_entry_activate_cb" object="CcWindow" swapped="yes" />