1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-16 00:13:07 +00:00

Fix viewing distance spinbox in the launcher (bug 7840)

This commit is contained in:
Andrei Kortunov 2024-02-19 16:14:52 +04:00
parent e88e92d3aa
commit 6f1710dee1
2 changed files with 5 additions and 1 deletions

View file

@ -144,6 +144,7 @@
Bug #7794: Fleeing NPCs name tooltip doesn't appear
Bug #7796: Absorbed enchantments don't restore magicka
Bug #7832: Ingredient tooltips show magnitude for Fortify Maximum Magicka effect
Bug #7840: First run of the launcher doesn't save viewing distance as the default value
Feature #2566: Handle NAM9 records for manual cell references
Feature #3537: Shader-based water ripples
Feature #5173: Support for NiFogProperty

View file

@ -663,6 +663,9 @@
</item>
<item row="2" column="1">
<widget class="QDoubleSpinBox" name="viewingDistanceComboBox">
<property name="decimals">
<number>3</number>
</property>
<property name="suffix">
<string> cells</string>
</property>
@ -670,7 +673,7 @@
<double>0.000000000000000</double>
</property>
<property name="singleStep">
<double>0.500000000000000</double>
<double>0.125000000000000</double>
</property>
</widget>
</item>