mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
Increasing number of decimals for SurfOpt min size to be able to put a small size (default is 2 decimals)
This commit is contained in:
parent
de3e0ec062
commit
d8e62d4397
@ -80,7 +80,9 @@ class MonYamsPlugDialog(Ui_YamsPlugDialog,QWidget):
|
||||
v1.setDecimals(3)
|
||||
self.SP_Tolerance.setValidator(v1)
|
||||
self.SP_Tolerance.titleForWarning="Chordal Tolerance"
|
||||
|
||||
|
||||
self.SP_MinSize.setDecimals(5)
|
||||
|
||||
self.resize(800, 600)
|
||||
self.clean()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user