Set document mode to true for tabbar
This commit is contained in:
parent
bc59d7697e
commit
768622d294
|
|
@ -55,3 +55,4 @@ class TabWidget(QTabWidget):
|
||||||
background-color: black;
|
background-color: black;
|
||||||
}
|
}
|
||||||
""")
|
""")
|
||||||
|
self.setDocumentMode(True)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue