Add placeholder text to search entries

This commit is contained in:
kramo
2023-11-17 17:10:37 +01:00
parent 248cd10367
commit b521ea6daf
2 changed files with 94 additions and 80 deletions

View File

@@ -197,6 +197,7 @@ template $CartridgesWindow : Adw.ApplicationWindow {
tightening-threshold: 500;
SearchEntry search_entry {
placeholder-text: _("Search");
hexpand: true;
}
}
@@ -256,6 +257,7 @@ Adw.NavigationPage hidden_library_page {
tightening-threshold: 500;
SearchEntry hidden_search_entry {
placeholder-text: _("Search");
hexpand: true;
}
}