Update picodulce.py

This commit is contained in:
Nix 2025-01-14 01:07:50 -03:00 committed by GitHub
parent 8c0a794202
commit db41858aae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -176,7 +176,7 @@ class PicomcVersionSelector(QWidget):
def resize_event(self, event):
if hasattr(self, 'movie_label'):
self.movie_label.setGeometry(0, 0, self.width(), self.height())
self.movie_label.setGeometry(0, 0, 400, 320)
event.accept() # Accept the resize event