Skip to content

Commit

Permalink
remove sectionSizeFromContents and was cuasing bug on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Abe404 committed Nov 15, 2021
1 parent 264c999 commit 2b0dcd9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions painter/src/main/python/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -855,8 +855,6 @@ def initUI(self):
table.setItem(15, 0, QtWidgets.QTableWidgetItem("Alt+Click inside closed region"))
table.setItem(15, 1, QtWidgets.QTableWidgetItem("Fill closed region as foreground"))


table.horizontalHeader().sectionSizeFromContents(True)
table.setEditTriggers(QtWidgets.QAbstractItemView.NoEditTriggers)
table.setSizeAdjustPolicy(QtWidgets.QAbstractScrollArea.AdjustToContents)

Expand Down

0 comments on commit 2b0dcd9

Please sign in to comment.