Skip to content

Commit

Permalink
Update src/silx/gui/utils/waiteroverlay.py
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas VINCENT <[email protected]>
  • Loading branch information
payno and t20100 authored Jul 21, 2023
1 parent bda3288 commit 89e9dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/silx/gui/utils/waiteroverlay.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def _resize(self):
rect = qt.QRect(
qt.QPoint(
int(left + width / 2 - size.width() / 2),
int(top - height / 2 + size.height() / 2),
int(top + height / 2 - size.height() / 2),
),
size,
)
Expand Down

0 comments on commit 89e9dc6

Please sign in to comment.