mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 06:35:30 +00:00
Fixed wrong starting index
This commit is contained in:
parent
7e9ce99062
commit
d6f607e823
@ -131,7 +131,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QComboBox" name="unarmedFactorsStrengthComboBox">
|
<widget class="QComboBox" name="unarmedFactorsStrengthComboBox">
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>1</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user