mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-01 12:36:42 +00:00
Fixed wrong starting index
This commit is contained in:
parent
7e9ce99062
commit
d6f607e823
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue