Skip to content

Commit

Permalink
Ensure title is fully visible in Outline
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackXanthus authored and worstje committed Sep 18, 2019
1 parent 0943d81 commit d80408d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manuskript/ui/views/outlineView.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def setModel(self, model):
# Hiding columns
self.hideColumns()

self.header().setSectionResizeMode(Outline.title, QHeaderView.Stretch)
self.header().setSectionResizeMode(Outline.title, QHeaderView.ResizeToContents)
self.header().setSectionResizeMode(Outline.POV, QHeaderView.ResizeToContents)
self.header().setSectionResizeMode(Outline.status, QHeaderView.ResizeToContents)
self.header().setSectionResizeMode(Outline.label, QHeaderView.ResizeToContents)
Expand Down

0 comments on commit d80408d

Please sign in to comment.