Improved library style.
This commit is contained in:
parent
6aae95c865
commit
259ec72442
1 changed files with 0 additions and 3 deletions
|
@ -7,9 +7,6 @@ class Library(QToolBox):
|
||||||
def __init__(self, parent=None):
|
def __init__(self, parent=None):
|
||||||
super().__init__(parent)
|
super().__init__(parent)
|
||||||
|
|
||||||
self.setFrameShape(QFrame.Shape.Box)
|
|
||||||
self.setFrameShadow(QFrame.Shadow.Sunken)
|
|
||||||
|
|
||||||
playlist_tabs = QTabWidget()
|
playlist_tabs = QTabWidget()
|
||||||
self.addItem(playlist_tabs, "Playlists")
|
self.addItem(playlist_tabs, "Playlists")
|
||||||
label = QLabel()
|
label = QLabel()
|
||||||
|
|
Loading…
Add table
Reference in a new issue