mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 03:03:23 +00:00
Surface pressure is in mbar, not bar
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
816a78f5ba
commit
5617f36ed8
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@
|
||||||
<item row="3" column="1">
|
<item row="3" column="1">
|
||||||
<widget class="QSpinBox" name="ATMPressure">
|
<widget class="QSpinBox" name="ATMPressure">
|
||||||
<property name="suffix">
|
<property name="suffix">
|
||||||
<string>bar</string>
|
<string>mbar</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="maximum">
|
<property name="maximum">
|
||||||
<number>2000</number>
|
<number>2000</number>
|
||||||
|
|
Loading…
Add table
Reference in a new issue