Skip to content

Commit

Permalink
Swap order of tree view toggle button images
Browse files Browse the repository at this point in the history
This makes the 'unfolded' variation the 'selected' variation
  • Loading branch information
Vultraz committed Jan 24, 2016
1 parent c35433a commit e4d42dc
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions data/gui/default/widget/toggle_button_tree_view_node.cfg
Expand Up @@ -21,13 +21,17 @@
max_width = 25
max_height = 19

###
### Selected
###

[state]
[enabled]

[draw]

[image]
name = "buttons/unfold-arrow.png"
name = "buttons/fold-arrow.png"
[/image]

[/draw]
Expand All @@ -39,7 +43,7 @@
[draw]

[image]
name = "buttons/unfold-arrow.png~GS()"
name = "buttons/fold-arrow.png~GS()"
[/image]

[/draw]
Expand All @@ -51,7 +55,7 @@
[draw]

[image]
name = "buttons/unfold-arrow-pressed.png"
name = "buttons/fold-arrow-pressed.png"
[/image]

[/draw]
Expand All @@ -60,7 +64,7 @@
[/state]

###
### Selected
### Unselected
###

[state]
Expand All @@ -69,7 +73,7 @@
[draw]

[image]
name = "buttons/fold-arrow.png"
name = "buttons/unfold-arrow.png"
[/image]

[/draw]
Expand All @@ -81,7 +85,7 @@
[draw]

[image]
name = "buttons/fold-arrow.png~GS()"
name = "buttons/unfold-arrow.png~GS()"
[/image]

[/draw]
Expand All @@ -93,7 +97,7 @@
[draw]

[image]
name = "buttons/fold-arrow-pressed.png"
name = "buttons/unfold-arrow-pressed.png"
[/image]

[/draw]
Expand Down

0 comments on commit e4d42dc

Please sign in to comment.