mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Change the salinity setting for OSTC
On the OSTC's the salinity is in kg/l and is stored as kg/l * 100 Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
353868e6ec
commit
29ee1896a4
2 changed files with 9 additions and 6 deletions
|
@ -1621,7 +1621,7 @@
|
|||
<item row="5" column="3">
|
||||
<widget class="QLabel" name="label_45">
|
||||
<property name="text">
|
||||
<string>Salinity (0-5%)</string>
|
||||
<string>Salinity</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>salinitySpinBox</cstring>
|
||||
|
@ -1692,12 +1692,15 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item row="5" column="4">
|
||||
<widget class="QSpinBox" name="salinitySpinBox_3">
|
||||
<widget class="QDoubleSpinBox" name="salinityDoubleSpinBox_3">
|
||||
<property name="suffix">
|
||||
<string>%</string>
|
||||
<string>kg/l</string>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<double>1.000000000000000</double>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>5</number>
|
||||
<double>1.040000000000000</double>
|
||||
</property>
|
||||
<property name="singleStep">
|
||||
<double>0.010000000000000</double>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue