Set document mode to true for tabbar

This commit is contained in:
Florian Bruhin 2013-12-15 20:18:40 +01:00
parent bc59d7697e
commit 768622d294

View File

@ -55,3 +55,4 @@ class TabWidget(QTabWidget):
background-color: black;
}
""")
self.setDocumentMode(True)