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 85f1450..c595305 100644
--- a/src/silx/app/view/About.py
+++ b/src/silx/app/view/About.py
@@ -243,7 +243,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):