From 4670cfc108c602672cea0a99ed3e5293a28a1e53 Mon Sep 17 00:00:00 2001 From: Heiko Westermann Date: Sat, 4 May 2019 16:00:30 +0200 Subject: [PATCH] increased size of layer height spinbox --- gui/mainwindow.ui | 3 +++ gui/ui_mainwindow.py | 7 ++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gui/mainwindow.ui b/gui/mainwindow.ui index abc0164..59fb008 100644 --- a/gui/mainwindow.ui +++ b/gui/mainwindow.ui @@ -135,6 +135,9 @@ + + 3 + 0.050000000000000 diff --git a/gui/ui_mainwindow.py b/gui/ui_mainwindow.py index 2333e80..1198131 100644 --- a/gui/ui_mainwindow.py +++ b/gui/ui_mainwindow.py @@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'C:\Users\heiko\windguard\code\SL1toPhoton\gui\mainwindow.ui', -# licensing of 'C:\Users\heiko\windguard\code\SL1toPhoton\gui\mainwindow.ui' applies. +# Form implementation generated from reading ui file 'C:\Users\heiko\code\SL1toPhoton\gui\mainwindow.ui', +# licensing of 'C:\Users\heiko\code\SL1toPhoton\gui\mainwindow.ui' applies. # -# Created: Thu Apr 18 17:22:47 2019 +# Created: Sat May 4 15:46:18 2019 # by: pyside2-uic running on PySide2 5.12.2 # # WARNING! All changes made in this file will be lost! @@ -74,6 +74,7 @@ def setupUi(self, MainWindow): self.layerHeightDoubleSpinBox.setLocale(QtCore.QLocale(QtCore.QLocale.English, QtCore.QLocale.UnitedStates)) self.layerHeightDoubleSpinBox.setReadOnly(True) self.layerHeightDoubleSpinBox.setPrefix("") + self.layerHeightDoubleSpinBox.setDecimals(3) self.layerHeightDoubleSpinBox.setSingleStep(0.05) self.layerHeightDoubleSpinBox.setObjectName("layerHeightDoubleSpinBox") self.formLayout.setWidget(3, QtWidgets.QFormLayout.FieldRole, self.layerHeightDoubleSpinBox)