fiw: remove drop-down

Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
This commit is contained in:
0xMRTT 2022-08-25 00:30:01 +02:00 committed by GitHub
parent 0ef8eb3cfa
commit 62f4a3c123
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,23 +77,12 @@ template GradiencePresetWindow : Adw.Window {
styles ["clamp"]
Gtk.Box {
orientation: vertical;
orientation: vertical;
Gtk.Box {
styles ["linked"]
Gtk.SearchEntry search_entry {
hexpand: true;
placeholder-text: _("e.g. \"Pretty Purple\"");
}
Gtk.DropDown search_dropdown {
model: StringList {
// Translators: dropdown items for sorting search results
strings [_("Popularity"), _("Downloads"), _("Recent"), _("Name")]
};
}
}
Gtk.SearchEntry search_entry {
hexpand: true;
placeholder-text: _("e.g. \"Pretty Purple\"");
}
Gtk.Stack search_stack {
Gtk.StackPage {