mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-02-05 09:29:30 +00:00
fix(ui): remove default video border
This commit is contained in:
@@ -82,6 +82,8 @@ class VideoPlayer(QGraphicsView):
|
||||
self.scene().addItem(self.video_preview)
|
||||
self.video_preview.setAcceptedMouseButtons(Qt.MouseButton.LeftButton)
|
||||
|
||||
self.setStyleSheet("border-style:solid;border-width:0px;")
|
||||
|
||||
# Set up the video tint.
|
||||
self.video_tint = self.scene().addRect(
|
||||
0,
|
||||
|
||||
Reference in New Issue
Block a user