Skip to content
Snippets Groups Projects
Commit 0472477f authored by Anders H. Rebner's avatar Anders H. Rebner
Browse files

Apply suggestion to soitool/modules/fit_to_contents_widgets.py

parent 372782fd
No related branches found
No related tags found
1 merge request!73#98 Kodefrasemodul
Pipeline #83452 passed
......@@ -101,7 +101,7 @@ class TableWithSizeOfContent(QTableWidget):
for i in range(self.columnCount()):
width += self.columnWidth(i)
# see explanation for `height += 2` below. The same applies here
# See explanation for `height += 2` below. The same applies here
width += 2
height = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment