Revert "gui2: dropped repeating buttons from scrollbars"
This reverts commit 04d510a91c
.
This commit is contained in:
parent
2b65666823
commit
74973218b1
2 changed files with 98 additions and 0 deletions
|
@ -8,6 +8,16 @@ horizontal_grow = "true"
|
|||
|
||||
[row]
|
||||
|
||||
[column]
|
||||
|
||||
# note we want a special button definition for this later.
|
||||
[repeating_button]
|
||||
id = "_half_page_up"
|
||||
definition = "left_arrow"
|
||||
[/repeating_button]
|
||||
|
||||
[/column]
|
||||
|
||||
[column]
|
||||
grow_factor = 1
|
||||
horizontal_grow = "true"
|
||||
|
@ -19,6 +29,16 @@ horizontal_grow = "true"
|
|||
|
||||
[/column]
|
||||
|
||||
[column]
|
||||
|
||||
# note we want a special button definition for this later.
|
||||
[repeating_button]
|
||||
id = "_half_page_down"
|
||||
definition = "right_arrow"
|
||||
[/repeating_button]
|
||||
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
|
||||
[/grid]
|
||||
|
@ -31,6 +51,16 @@ horizontal_grow = "true"
|
|||
|
||||
[row]
|
||||
|
||||
[column]
|
||||
|
||||
# note we want a special button definition for this later.
|
||||
[repeating_button]
|
||||
id = "_half_page_up"
|
||||
definition = "left_arrow_transparent"
|
||||
[/repeating_button]
|
||||
|
||||
[/column]
|
||||
|
||||
[column]
|
||||
grow_factor = 1
|
||||
horizontal_grow = "true"
|
||||
|
@ -42,7 +72,18 @@ horizontal_grow = "true"
|
|||
|
||||
[/column]
|
||||
|
||||
[column]
|
||||
|
||||
# note we want a special button definition for this later.
|
||||
[repeating_button]
|
||||
id = "_half_page_down"
|
||||
definition = "right_arrow_transparent"
|
||||
[/repeating_button]
|
||||
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
|
||||
[/grid]
|
||||
#enddef
|
||||
|
||||
|
|
|
@ -6,6 +6,20 @@ vertical_grow = "true"
|
|||
[grid]
|
||||
id = "_vertical_scrollbar_grid"
|
||||
|
||||
[row]
|
||||
|
||||
[column]
|
||||
|
||||
# note we want a special button definition for this later.
|
||||
[repeating_button]
|
||||
id = "_half_page_up"
|
||||
definition = "up_arrow"
|
||||
[/repeating_button]
|
||||
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
|
||||
[row]
|
||||
|
||||
grow_factor = 1
|
||||
|
@ -21,6 +35,20 @@ vertical_grow = "true"
|
|||
|
||||
[/row]
|
||||
|
||||
[row]
|
||||
|
||||
[column]
|
||||
|
||||
# note we want a special button definition for this later.
|
||||
[repeating_button]
|
||||
id = "_half_page_down"
|
||||
definition = "down_arrow"
|
||||
[/repeating_button]
|
||||
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
|
||||
[/grid]
|
||||
#enddef
|
||||
|
||||
|
@ -29,6 +57,20 @@ vertical_grow = "true"
|
|||
[grid]
|
||||
id = "_vertical_scrollbar_grid"
|
||||
|
||||
[row]
|
||||
|
||||
[column]
|
||||
|
||||
# note we want a special button definition for this later.
|
||||
[repeating_button]
|
||||
id = "_half_page_up"
|
||||
definition = "up_arrow_transparent"
|
||||
[/repeating_button]
|
||||
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
|
||||
[row]
|
||||
|
||||
grow_factor = 1
|
||||
|
@ -44,5 +86,20 @@ vertical_grow = "true"
|
|||
|
||||
[/row]
|
||||
|
||||
[row]
|
||||
|
||||
[column]
|
||||
|
||||
# note we want a special button definition for this later.
|
||||
[repeating_button]
|
||||
id = "_half_page_down"
|
||||
definition = "down_arrow_transparent"
|
||||
[/repeating_button]
|
||||
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
|
||||
[/grid]
|
||||
#enddef
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue