Skip to content

Commit 7e4a17f

Browse files
committed
Only 100ms search delay
1 parent 387097a commit 7e4a17f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SearchWindow.vala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ public class Detective.SearchWindow : Gtk.ApplicationWindow {
1717
margin_top = 6,
1818
margin_bottom = 6,
1919
margin_start = 6,
20-
margin_end = 6
20+
margin_end = 6,
21+
search_delay = 100
2122
};
2223

2324
selection_model = new Gtk.SingleSelection (engine.matches) {

0 commit comments

Comments
 (0)