We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387097a commit 7e4a17fCopy full SHA for 7e4a17f
src/SearchWindow.vala
@@ -17,7 +17,8 @@ public class Detective.SearchWindow : Gtk.ApplicationWindow {
17
margin_top = 6,
18
margin_bottom = 6,
19
margin_start = 6,
20
- margin_end = 6
+ margin_end = 6,
21
+ search_delay = 100
22
};
23
24
selection_model = new Gtk.SingleSelection (engine.matches) {
0 commit comments