summaryrefslogtreecommitdiff
path: root/src/silx/app/view/About.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/silx/app/view/About.py')
-rw-r--r--src/silx/app/view/About.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/silx/app/view/About.py b/src/silx/app/view/About.py
index 2af7ed4..eb5ec16 100644
--- a/src/silx/app/view/About.py
+++ b/src/silx/app/view/About.py
@@ -242,7 +242,7 @@ class About(qt.QDialog):
width = hardLimit
height = layoutMinimumSize.height()
- self.setFixedSize(width, height)
+ self.setFixedSize(int(width), int(height))
@staticmethod
def about(parent, applicationName):