remove extra newline
This commit is contained in:
parent
a08b814e5f
commit
62adc5ffe3
@ -120,7 +120,6 @@ class TabBar(QTabBar):
|
|||||||
else:
|
else:
|
||||||
self.show()
|
self.show()
|
||||||
|
|
||||||
|
|
||||||
def refresh(self):
|
def refresh(self):
|
||||||
"""Properly repaint the tab bar and relayout tabs."""
|
"""Properly repaint the tab bar and relayout tabs."""
|
||||||
# This is a horrible hack, but we need to do this so the underlaying Qt
|
# This is a horrible hack, but we need to do this so the underlaying Qt
|
||||||
|
Loading…
Reference in New Issue
Block a user