Skip to content

Commit

Permalink
gui2: dropped repeating buttons from scrollbars
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Feb 22, 2016
1 parent e85d504 commit 04d510a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 98 deletions.
41 changes: 0 additions & 41 deletions data/gui/default/macros/horizontal_scrollbar.cfg
Expand Up @@ -8,16 +8,6 @@ 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"
Expand All @@ -29,16 +19,6 @@ 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]
Expand All @@ -51,16 +31,6 @@ 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"
Expand All @@ -72,18 +42,7 @@ 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

57 changes: 0 additions & 57 deletions data/gui/default/macros/vertical_scrollbar.cfg
Expand Up @@ -6,20 +6,6 @@ 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
Expand All @@ -35,20 +21,6 @@ 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

Expand All @@ -57,20 +29,6 @@ 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
Expand All @@ -86,20 +44,5 @@ 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

0 comments on commit 04d510a

Please sign in to comment.