We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e98b875 + d80408d commit e7b3ca5Copy full SHA for e7b3ca5
manuskript/ui/views/outlineView.py
@@ -56,7 +56,7 @@ def setModel(self, model):
56
# Hiding columns
57
self.hideColumns()
58
59
- self.header().setSectionResizeMode(Outline.title, QHeaderView.Stretch)
+ self.header().setSectionResizeMode(Outline.title, QHeaderView.ResizeToContents)
60
self.header().setSectionResizeMode(Outline.POV, QHeaderView.ResizeToContents)
61
self.header().setSectionResizeMode(Outline.status, QHeaderView.ResizeToContents)
62
self.header().setSectionResizeMode(Outline.label, QHeaderView.ResizeToContents)
0 commit comments