parent
ef12bde654
commit
db2d4a6bed
@ -167,7 +167,7 @@ class TabBar(QTabBar):
|
|||||||
A QSize.
|
A QSize.
|
||||||
"""
|
"""
|
||||||
icon = self.tabIcon(index)
|
icon = self.tabIcon(index)
|
||||||
padding_count = 0
|
padding_count = 2
|
||||||
if icon.isNull():
|
if icon.isNull():
|
||||||
icon_size = QSize(0, 0)
|
icon_size = QSize(0, 0)
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user