mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-29 06:10:51 +00:00
fix(ui): remove media player border (#900)
This commit is contained in:
@@ -118,6 +118,7 @@ class MediaPlayer(QGraphicsView):
|
||||
self.setStyleSheet("""
|
||||
QGraphicsView {
|
||||
background: transparent;
|
||||
border: none;
|
||||
}
|
||||
""")
|
||||
self.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
||||
|
||||
Reference in New Issue
Block a user