mirror of
https://github.com/nixietab/picodulce.git
synced 2025-04-03 15:08:58 +01:00
Update picodulce.py
This commit is contained in:
parent
8c0a794202
commit
db41858aae
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user