Add the transparent horizontal scrollbar.
This commit is contained in:
parent
af5ef5ecc2
commit
70fdcccad8
1 changed files with 13 additions and 0 deletions
|
@ -112,5 +112,18 @@
|
|||
|
||||
[/horizontal_scrollbar_definition]
|
||||
|
||||
[horizontal_scrollbar_definition]
|
||||
id = "transparent"
|
||||
description = "a transparent horizontal scrollbar"
|
||||
|
||||
# Note a scrollbar is normally sized by the item that "masters" it
|
||||
# that's why the default height is rather low.
|
||||
|
||||
# Tiny gui sizes haven't been tested yet so might need some tuning.
|
||||
{_GUI_RESOLUTION ({GUI_TINY__RESOLUTION}) 20 12 11 2 2 2 2 "_transparent"}
|
||||
{_GUI_RESOLUTION () 20 25 11 4 5 5 5 "_transparent"}
|
||||
|
||||
[/horizontal_scrollbar_definition]
|
||||
|
||||
#undef _GUI_STATE
|
||||
#undef _GUI_RESOLUTION
|
||||
|
|
Loading…
Add table
Reference in a new issue