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.
1 parent 0943d81 commit d80408dCopy full SHA for d80408d
manuskript/ui/views/outlineView.py
@@ -55,7 +55,7 @@ def setModel(self, model):
55
# Hiding columns
56
self.hideColumns()
57
58
- self.header().setSectionResizeMode(Outline.title, QHeaderView.Stretch)
+ self.header().setSectionResizeMode(Outline.title, QHeaderView.ResizeToContents)
59
self.header().setSectionResizeMode(Outline.POV, QHeaderView.ResizeToContents)
60
self.header().setSectionResizeMode(Outline.status, QHeaderView.ResizeToContents)
61
self.header().setSectionResizeMode(Outline.label, QHeaderView.ResizeToContents)
0 commit comments