Added a window title to the track info.

This commit is contained in:
The Wobbler 2025-03-02 16:59:09 +01:00
parent a4d1d31e0b
commit 0929e38189

View file

@ -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")