Less gap below results view

windows_fixes_yo
Tyler Goodlet 2022-02-11 08:45:57 -05:00
parent 412c34eba0
commit 9ed153bcb6
1 changed files with 1 additions and 1 deletions

View File

@ -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