diff --git a/soitool/modules/fit_to_contents_widgets.py b/soitool/modules/fit_to_contents_widgets.py index 8ba636668da50728c0283fab35116e71c3d28242..0963fbaf473bfca7d76dabd58bf8d49b99b83054 100644 --- a/soitool/modules/fit_to_contents_widgets.py +++ b/soitool/modules/fit_to_contents_widgets.py @@ -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