Skip to content

Commit

Permalink
Merge pull request #693 from mjakeman/search-delay
Browse files Browse the repository at this point in the history
browse-page: Increase search-delay value
  • Loading branch information
oscfdezdz authored Jul 25, 2024
2 parents 2aecc1b + 7e8f35b commit b48bd47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/exm-browse-page.blp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ template $ExmBrowsePage : Gtk.Widget {

Gtk.SearchEntry search_entry {
hexpand: true;
search-delay: 750;
realize => $on_search_entry_realize();
search-changed => $on_search_changed() swapped;
}
Expand Down

0 comments on commit b48bd47

Please sign in to comment.