Add search entry placeholder text

This commit is contained in:
kramo
2023-08-13 15:20:36 +02:00
parent 78199267b3
commit 07b78bcdbd
2 changed files with 27 additions and 17 deletions

View File

@@ -269,6 +269,7 @@ template $CartridgesWindow : Adw.ApplicationWindow {
tightening-threshold: 500;
SearchEntry search_entry {
placeholder-text: _("Search games");
hexpand: true;
}
}
@@ -335,6 +336,7 @@ template $CartridgesWindow : Adw.ApplicationWindow {
tightening-threshold: 500;
SearchEntry hidden_search_entry {
placeholder-text: _("Search hidden games");
hexpand: true;
}
}