diff --git a/piker/ui/_search.py b/piker/ui/_search.py index 1a74f59d..dc86816e 100644 --- a/piker/ui/_search.py +++ b/piker/ui/_search.py @@ -184,7 +184,7 @@ class CompleterView(QTreeView): # inclusive of search bar and header "rows", in pixel terms. if row_px > 0: window_h = self.window().height() - rows = ceil(window_h / row_px) - 6 + rows = ceil(window_h / row_px) - 3 else: rows = 16