We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4da12e commit 36c3c6aCopy full SHA for 36c3c6a
labscript_utils/splash.py
@@ -72,7 +72,7 @@ def __init__(self, imagepath):
72
73
center_point = QtWidgets.QDesktopWidget().availableGeometry().center()
74
x0, y0 = center_point.x(), center_point.y()
75
- self.move(x0 - self.w / 2, y0 - self.h / 2)
+ self.move(x0 - self.w // 2, y0 - self.h // 2)
76
self._first_paint_complete = False
77
78
def paintEvent(self, event):
0 commit comments