mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 13:42:02 +00:00
GUI: Fixed scrollbar button highlighting and positioning.
Fixes bug #3493324.
This commit is contained in:
parent
6e31b841de
commit
0df36e3a73
Binary file not shown.
Binary file not shown.
@ -336,9 +336,13 @@
|
||||
<drawdata id = 'scrollbar_button_hover' cache = 'false' resolution = 'y<400'>
|
||||
<drawstep func = 'roundedsq'
|
||||
radius = '10'
|
||||
fill = 'none'
|
||||
fg_color = 'darkgray'
|
||||
fill = 'gradient'
|
||||
gradient_start = 'brightpink'
|
||||
gradient_end = 'darkpink'
|
||||
stroke = '1'
|
||||
fg_color = 'darkred'
|
||||
bevel = '1'
|
||||
bevel_color = 'brightred'
|
||||
/>
|
||||
<drawstep func = 'triangle'
|
||||
fg_color = 'shadowcolor'
|
||||
@ -347,7 +351,7 @@
|
||||
height = '5'
|
||||
xpos = 'right'
|
||||
ypos = 'center'
|
||||
padding = '0,0,2,0'
|
||||
padding = '0,0,1,0'
|
||||
orientation = 'top'
|
||||
/>
|
||||
</drawdata>
|
||||
|
Loading…
x
Reference in New Issue
Block a user