Clean up style issues

This commit is contained in:
Jay Kamat 2018-03-09 02:19:49 -05:00
parent 4a78b0519d
commit 1672995639
No known key found for this signature in database
GPG Key ID: 5D2E399600F4F7B5

View File

@ -478,7 +478,8 @@ class TabBar(QTabBar):
Args:
index: The index of the tab to get a size hint for.
ellipsis: Whether to use ellipsis to calculate width
instead of the tab's text. Forced to true for pinned tabs.
instead of the tab's text.
Forced to false for pinned tabs.
Return:
A QSize of the smallest tab size we can make.
"""