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:
parent
2477456f99
commit
cb6f1d3a52
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue