fix(ui): remove default video border

This commit is contained in:
Travis Abendshien
2024-08-31 22:40:55 -07:00
parent 65237ed106
commit 3d427997ea

View File

@@ -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,