forked from mirror/openmw-tes3mp
Set a proper Page size for all scrollbars. Fixes scrollbars only moving very slowly when interacting with them (as opposed to using mousewheel on the content)
This commit is contained in:
parent
dab4db87ff
commit
3ad28ec5aa
1 changed files with 8 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
|||
<Property key="VerticalAlignment" value="false"/>
|
||||
<Property key="MoveToClick" value="true"/>
|
||||
|
||||
<Property key="WheelPage" value="36"/>
|
||||
<Property key="ViewPage" value="36"/>
|
||||
<Property key="Page" value="36"/>
|
||||
|
||||
<!-- Tracker must be last to be on top and receive mouse events -->
|
||||
|
||||
<Child type="Button" skin="MW_Box" offset="18 0 54 14" align="Stretch" name="Background"/>
|
||||
|
@ -47,6 +51,10 @@
|
|||
<Property key="MinTrackSize" value="14"/>
|
||||
<Property key="MoveToClick" value="true"/>
|
||||
|
||||
<Property key="WheelPage" value="36"/>
|
||||
<Property key="ViewPage" value="36"/>
|
||||
<Property key="Page" value="36"/>
|
||||
|
||||
<!-- Background widget trick that must go first to be placed behind Track and FirstPart/SecondPart widgets, provides the bar texture -->
|
||||
|
||||
<Child type="Button" skin="MW_Box" offset="0 18 14 55" align="Stretch" name="Background"/>
|
||||
|
|
Loading…
Reference in a new issue