Added a window title to the track info.
This commit is contained in:
parent
a4d1d31e0b
commit
0929e38189
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ class TrackInfo(QToolBar):
|
|||
|
||||
self.app = app
|
||||
|
||||
self.setWindowTitle("Track Info")
|
||||
self.setSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Expanding)
|
||||
|
||||
self.wobuzz_logo = QPixmap(f"{self.app.utils.wobuzz_location}/icon.svg")
|
||||
|
|
Loading…
Add table
Reference in a new issue