Minor adjustments in interpolation setup

* scenery offset fix default is off
* renamings
This commit is contained in:
Klaus Basan
2019-02-21 18:56:13 +01:00
committed by Mat Sutcliffe
parent ec1dde412d
commit 9745bafd4e
4 changed files with 14 additions and 8 deletions

View File

@@ -59,11 +59,14 @@
</item>
<item row="2" column="0">
<widget class="QCheckBox" name="cb_FixSceneryOffset">
<property name="toolTip">
<string>experimental feature to fix offset values</string>
</property>
<property name="text">
<string>fix scenery offset</string>
<string>fix scenery offset (exp.)</string>
</property>
<property name="checked">
<bool>true</bool>
<bool>false</bool>
</property>
</widget>
</item>