1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-31 14:36:39 +00:00

Merge branch 'correct_reflection_label' into 'master'

Correct reflection label for in-game settings menu

See merge request OpenMW/openmw!1082
This commit is contained in:
psi29a 2021-08-02 07:13:20 +00:00
commit fafad644a3

View file

@ -443,7 +443,7 @@
</Widget> </Widget>
<Widget type="HBox" skin="" position="4 56 350 24"> <Widget type="HBox" skin="" position="4 56 350 24">
<Widget type="ComboBox" skin="MW_ComboBox" position="0 0 115 24" align="Left Top" name="WaterReflectionDetail"> <Widget type="ComboBox" skin="MW_ComboBox" position="0 0 115 24" align="Left Top" name="WaterReflectionDetail">
<Property key="AddItem" value="Off"/> <Property key="AddItem" value="Sky"/>
<Property key="AddItem" value="Terrain"/> <Property key="AddItem" value="Terrain"/>
<Property key="AddItem" value="World"/> <Property key="AddItem" value="World"/>
<Property key="AddItem" value="Objects"/> <Property key="AddItem" value="Objects"/>