mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-25 14:44:44 +02:00
arrow fixes
Added missing properties for arrows.
This commit is contained in:
parent
a95f8d129c
commit
6031ecdf9d
@ -67,6 +67,7 @@ style "standard-default"
|
||||
image
|
||||
{
|
||||
function = ARROW
|
||||
state = NORMAL
|
||||
overlay_file = "arrows/arrow-up.png"
|
||||
overlay_border = { 0, 0, 0, 0 }
|
||||
overlay_stretch = FALSE
|
||||
@ -146,6 +147,7 @@ style "standard-default"
|
||||
image
|
||||
{
|
||||
function = ARROW
|
||||
state = NORMAL
|
||||
overlay_file = "arrows/arrow-left.png"
|
||||
overlay_border = { 0, 0, 0, 0 }
|
||||
overlay_stretch = FALSE
|
||||
@ -185,6 +187,7 @@ style "standard-default"
|
||||
image
|
||||
{
|
||||
function = ARROW
|
||||
state = NORMAL
|
||||
overlay_file = "arrows/arrow-right.png"
|
||||
overlay_border = { 0, 0, 0, 0 }
|
||||
overlay_stretch = FALSE
|
||||
@ -222,14 +225,6 @@ style "standard-default"
|
||||
}
|
||||
|
||||
# Option Menu arrows
|
||||
image
|
||||
{
|
||||
function = TAB
|
||||
state = INSENSITIVE
|
||||
overlay_file = "arrows/arrow-down-insens.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = TAB
|
||||
@ -248,6 +243,23 @@ style "standard-default"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = TAB
|
||||
state = ACTIVE
|
||||
overlay_file = "arrows/arrow-down-prelight.png"
|
||||
overlay_border = { 0, 0, 0, 0 }
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = TAB
|
||||
state = INSENSITIVE
|
||||
overlay_file = "arrows/arrow-down-insens.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
# Handles
|
||||
image
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user