forked from Wobbl/Wobuzz
Made a tiny design tweak.
This commit is contained in:
parent
042c253d2f
commit
120d04359e
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ class PlaylistTabs(QTabWidget):
|
|||
super().__init__(parent)
|
||||
|
||||
self.setTabBar(PlaylistTabBar(self))
|
||||
self.setDocumentMode(True)
|
||||
|
||||
self.setMovable(True)
|
||||
self.setAcceptDrops(True)
|
||||
|
|
Loading…
Add table
Reference in a new issue