Scale search results indent to font size

chart_mod_breakup
Tyler Goodlet 2021-09-12 19:36:50 -04:00
parent 4f9827c070
commit 6ac092d618
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class CompleterView(QTreeView):
self.setModel(model)
self.setAlternatingRowColors(True)
# TODO: size this based on DPI font
self.setIndentation(20)
self.setIndentation(_font.px_size)
# self.setUniformRowHeights(True)
# self.setColumnWidth(0, 3)