Add search entry placeholder text
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user