1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 07:53:53 +00:00

Fix wait dialog arrow button step (Fixes #1524)

This commit is contained in:
scrawl 2014-06-17 14:46:18 +02:00
parent 2477456f99
commit cb6f1d3a52

View file

@ -19,6 +19,8 @@
<Widget type="MWScrollBar" skin="MW_HScroll" name="HourSlider" position="0 0 0 18"> <Widget type="MWScrollBar" skin="MW_HScroll" name="HourSlider" position="0 0 0 18">
<Property key="MoveToClick" value="true"/> <Property key="MoveToClick" value="true"/>
<Property key="Range" value="24"/> <Property key="Range" value="24"/>
<Property key="Page" value="1"/>
<Property key="WheelPage" value="1"/>
<UserString key="HStretch" value="true"/> <UserString key="HStretch" value="true"/>
</Widget> </Widget>