Swap order of tree view toggle button images
This makes the 'unfolded' variation the 'selected' variation
This commit is contained in:
parent
c35433a67c
commit
e4d42dc883
1 changed files with 42 additions and 38 deletions
|
@ -21,44 +21,6 @@
|
|||
max_width = 25
|
||||
max_height = 19
|
||||
|
||||
[state]
|
||||
[enabled]
|
||||
|
||||
[draw]
|
||||
|
||||
[image]
|
||||
name = "buttons/unfold-arrow.png"
|
||||
[/image]
|
||||
|
||||
[/draw]
|
||||
|
||||
[/enabled]
|
||||
|
||||
[disabled]
|
||||
|
||||
[draw]
|
||||
|
||||
[image]
|
||||
name = "buttons/unfold-arrow.png~GS()"
|
||||
[/image]
|
||||
|
||||
[/draw]
|
||||
|
||||
[/disabled]
|
||||
|
||||
[focused]
|
||||
|
||||
[draw]
|
||||
|
||||
[image]
|
||||
name = "buttons/unfold-arrow-pressed.png"
|
||||
[/image]
|
||||
|
||||
[/draw]
|
||||
|
||||
[/focused]
|
||||
[/state]
|
||||
|
||||
###
|
||||
### Selected
|
||||
###
|
||||
|
@ -101,6 +63,48 @@
|
|||
[/focused]
|
||||
[/state]
|
||||
|
||||
###
|
||||
### Unselected
|
||||
###
|
||||
|
||||
[state]
|
||||
[enabled]
|
||||
|
||||
[draw]
|
||||
|
||||
[image]
|
||||
name = "buttons/unfold-arrow.png"
|
||||
[/image]
|
||||
|
||||
[/draw]
|
||||
|
||||
[/enabled]
|
||||
|
||||
[disabled]
|
||||
|
||||
[draw]
|
||||
|
||||
[image]
|
||||
name = "buttons/unfold-arrow.png~GS()"
|
||||
[/image]
|
||||
|
||||
[/draw]
|
||||
|
||||
[/disabled]
|
||||
|
||||
[focused]
|
||||
|
||||
[draw]
|
||||
|
||||
[image]
|
||||
name = "buttons/unfold-arrow-pressed.png"
|
||||
[/image]
|
||||
|
||||
[/draw]
|
||||
|
||||
[/focused]
|
||||
[/state]
|
||||
|
||||
[/resolution]
|
||||
|
||||
[/toggle_button_definition]
|
||||
|
|
Loading…
Add table
Reference in a new issue