Merge pull request #4986 from Mailaender/scroll-velocity
Scroll velocity polish
This commit is contained in:
@@ -276,6 +276,7 @@ Container@PLAYER_WIDGETS:
|
||||
Width:PARENT_RIGHT-2
|
||||
Height:PARENT_BOTTOM-2
|
||||
TooltipContainer:TOOLTIP_CONTAINER
|
||||
TooltipTemplate:SIMPLE_TOOLTIP
|
||||
IndicatorImage:indicator-left
|
||||
Background@SILOBAR_PANEL:
|
||||
X:180
|
||||
@@ -290,6 +291,7 @@ Container@PLAYER_WIDGETS:
|
||||
Width:PARENT_RIGHT-2
|
||||
Height:PARENT_BOTTOM-2
|
||||
TooltipContainer:TOOLTIP_CONTAINER
|
||||
TooltipTemplate:SIMPLE_TOOLTIP
|
||||
IndicatorImage:indicator-right
|
||||
Label@CASH:
|
||||
Y:170
|
||||
|
||||
@@ -35,6 +35,7 @@ Container@MAPCHOOSER_PANEL:
|
||||
Y:45
|
||||
Width:PARENT_RIGHT - 30
|
||||
Height:440
|
||||
ScrollVelocity:40
|
||||
Children:
|
||||
ScrollItem@MAP_TEMPLATE:
|
||||
Width:168
|
||||
|
||||
@@ -59,6 +59,7 @@ Container@SERVERBROWSER_PANEL:
|
||||
Y:15
|
||||
Width:700
|
||||
Height:440
|
||||
ScrollVelocity:20
|
||||
Children:
|
||||
ScrollItem@SERVER_TEMPLATE:
|
||||
Width:PARENT_RIGHT-27
|
||||
|
||||
@@ -49,6 +49,7 @@ Container@PLAYER_WIDGETS:
|
||||
Width:138
|
||||
Height:5
|
||||
TooltipContainer:TOOLTIP_CONTAINER
|
||||
TooltipTemplate:SIMPLE_TOOLTIP
|
||||
IndicatorImage:power-indicator
|
||||
Orientation:Horizontal
|
||||
Style:Bevelled
|
||||
|
||||
@@ -49,6 +49,7 @@ Container@PLAYER_WIDGETS:
|
||||
Width:138
|
||||
Height:5
|
||||
TooltipContainer:TOOLTIP_CONTAINER
|
||||
TooltipTemplate:SIMPLE_TOOLTIP
|
||||
IndicatorImage:power-indicator
|
||||
Orientation:Horizontal
|
||||
Style:Bevelled
|
||||
|
||||
@@ -18,6 +18,7 @@ Background@MAPCHOOSER_PANEL:
|
||||
Y:47
|
||||
Width:PARENT_RIGHT - 40
|
||||
Height:474
|
||||
ScrollVelocity:40
|
||||
Children:
|
||||
ScrollItem@MAP_TEMPLATE:
|
||||
Width:180
|
||||
|
||||
@@ -49,6 +49,7 @@ Background@SERVERBROWSER_PANEL:
|
||||
Y:80
|
||||
Width:700
|
||||
Height:360
|
||||
ScrollVelocity:20
|
||||
Children:
|
||||
ScrollItem@SERVER_TEMPLATE:
|
||||
Width:PARENT_RIGHT-27
|
||||
|
||||
Reference in New Issue
Block a user