forked from AuroraMiddleware/gtk
entry completion: Reduce the timeout
Pop up the completion window after 100ms. The previous timeout of 300ms was making completions feel slow. https://bugzilla.gnome.org/show_bug.cgi?id=758929
This commit is contained in:
parent
63c4b9226c
commit
c73325c6b0
@ -90,7 +90,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#define PAGE_STEP 14
|
||||
#define COMPLETION_TIMEOUT 300
|
||||
#define COMPLETION_TIMEOUT 100
|
||||
|
||||
/* signals */
|
||||
enum
|
||||
|
Loading…
Reference in New Issue
Block a user