Fixed transparent scrollbar buttons

This commit is contained in:
Charles Dang 2016-05-13 18:45:42 +11:00
parent eb943e57af
commit f32b10aa33
4 changed files with 6 additions and 6 deletions

View file

@ -56,7 +56,7 @@ horizontal_grow = "true"
# note we want a special button definition for this later.
[repeating_button]
id = "_half_page_up"
definition = "left_arrow_transparent"
definition = "scrollbar_left_arrow_transparent"
[/repeating_button]
[/column]
@ -77,7 +77,7 @@ horizontal_grow = "true"
# note we want a special button definition for this later.
[repeating_button]
id = "_half_page_down"
definition = "right_arrow_transparent"
definition = "scrollbar_right_arrow_transparent"
[/repeating_button]
[/column]

View file

@ -65,7 +65,7 @@ vertical_grow = "true"
# note we want a special button definition for this later.
[repeating_button]
id = "_half_page_up"
definition = "up_arrow_transparent"
definition = "scrollbar_up_arrow_transparent"
[/repeating_button]
[/column]
@ -94,7 +94,7 @@ vertical_grow = "true"
# note we want a special button definition for this later.
[repeating_button]
id = "_half_page_down"
definition = "down_arrow_transparent"
definition = "scrollbar_down_arrow_transparent"
[/repeating_button]
[/column]

View file

@ -104,7 +104,7 @@ if(positioner_length - {POSITIONER_LEFT} < 0
# Note a scrollbar is normally sized by the item that "masters" it
# that's why the default height is rather low.
{_GUI_RESOLUTION () 20 25 11 5 "~O(65%)"}
{_GUI_RESOLUTION () 20 25 11 2 "~O(65%)"}
[/horizontal_scrollbar_definition]

View file

@ -104,7 +104,7 @@ if(positioner_length - {POSITIONER_TOP} < 0
# Note a scrollbar is normally sized by the item that "masters" it
# that's why the default height is rather low.
{_GUI_RESOLUTION () 25 20 11 5 "~O(65%)"}
{_GUI_RESOLUTION () 25 20 11 2 "~O(65%)"}
[/vertical_scrollbar_definition]