3,146
edits
Changes
→New widget: interactive searchbox. Use our own interactive-search box to get it.
* 150ms is 0.15 seconds ( quarter of a second)
** Whats new mentions the timing is customizable ; so 1000ms is 1 second ( [https://github.com/gramps-project/gramps/blob/48fa8f33052aca542324143a448fc16d60535ed1/gramps/gui/widgets/interactivesearchbox.py#L59 line 59 shows: _SEARCH_DIALOG_LAUNCH_TIMEOUT = 150] and changing that works!
If nothing is typed then after 5 seconds ( 5000ms ) the box goes away ( _SEARCH_DIALOG_TIMEOUT = 5000 )