Skip to content

Commit

Permalink
increased size of layer height spinbox
Browse files Browse the repository at this point in the history
  • Loading branch information
heikowestermann committed May 4, 2019
1 parent 1da6abd commit 4670cfc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions gui/mainwindow.ui
Expand Up @@ -135,6 +135,9 @@
<property name="prefix">
<string notr="true"/>
</property>
<property name="decimals">
<number>3</number>
</property>
<property name="singleStep">
<double>0.050000000000000</double>
</property>
Expand Down
7 changes: 4 additions & 3 deletions 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!
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 4670cfc

Please sign in to comment.