mirror of https://gitlab.com/pamhyr/pamhyr2
increase precision of input sediment diameter
parent
b784cab94b
commit
c366a1a4e7
|
|
@ -22,7 +22,7 @@
|
|||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
<widget class="QWidget" name="">
|
||||
<widget class="QWidget" name="layoutWidget">
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
<item>
|
||||
<widget class="QLabel" name="label_d50">
|
||||
|
|
@ -37,13 +37,13 @@
|
|||
<locale language="English" country="Europe"/>
|
||||
</property>
|
||||
<property name="decimals">
|
||||
<number>4</number>
|
||||
<number>8</number>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="QWidget" name="">
|
||||
<widget class="QWidget" name="layoutWidget">
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||||
<item>
|
||||
<widget class="QLabel" name="label_sigma">
|
||||
|
|
|
|||
Loading…
Reference in New Issue