Fix line size
This commit is contained in:
parent
a254097558
commit
2eb07fc9cc
@ -496,8 +496,8 @@ class TabBar(QTabBar):
|
|||||||
return size
|
return size
|
||||||
|
|
||||||
# If we *do* have enough space, tabs should occupy the whole window
|
# If we *do* have enough space, tabs should occupy the whole window
|
||||||
# width. If there is pinned tabs their size will be substracted from
|
# width. If there is pinned tabs their size will be substracted
|
||||||
# the total window width.
|
# from the total window width.
|
||||||
# During shutdown the self.count goes down,
|
# During shutdown the self.count goes down,
|
||||||
# but the self.pinned_count not - this generates some odd behavior.
|
# but the self.pinned_count not - this generates some odd behavior.
|
||||||
# To avoid this we compare self.count against self.pinned_count.
|
# To avoid this we compare self.count against self.pinned_count.
|
||||||
|
Loading…
Reference in New Issue
Block a user