arrow fixes

Added missing properties for arrows.
This commit is contained in:
EMH-Mark-I 2018-03-02 14:50:59 -06:00
parent a95f8d129c
commit 6031ecdf9d

View File

@ -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
{