mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-26 15:14:17 +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
|
image
|
||||||
{
|
{
|
||||||
function = ARROW
|
function = ARROW
|
||||||
|
state = NORMAL
|
||||||
overlay_file = "arrows/arrow-up.png"
|
overlay_file = "arrows/arrow-up.png"
|
||||||
overlay_border = { 0, 0, 0, 0 }
|
overlay_border = { 0, 0, 0, 0 }
|
||||||
overlay_stretch = FALSE
|
overlay_stretch = FALSE
|
||||||
@ -146,6 +147,7 @@ style "standard-default"
|
|||||||
image
|
image
|
||||||
{
|
{
|
||||||
function = ARROW
|
function = ARROW
|
||||||
|
state = NORMAL
|
||||||
overlay_file = "arrows/arrow-left.png"
|
overlay_file = "arrows/arrow-left.png"
|
||||||
overlay_border = { 0, 0, 0, 0 }
|
overlay_border = { 0, 0, 0, 0 }
|
||||||
overlay_stretch = FALSE
|
overlay_stretch = FALSE
|
||||||
@ -185,6 +187,7 @@ style "standard-default"
|
|||||||
image
|
image
|
||||||
{
|
{
|
||||||
function = ARROW
|
function = ARROW
|
||||||
|
state = NORMAL
|
||||||
overlay_file = "arrows/arrow-right.png"
|
overlay_file = "arrows/arrow-right.png"
|
||||||
overlay_border = { 0, 0, 0, 0 }
|
overlay_border = { 0, 0, 0, 0 }
|
||||||
overlay_stretch = FALSE
|
overlay_stretch = FALSE
|
||||||
@ -222,14 +225,6 @@ style "standard-default"
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Option Menu arrows
|
# Option Menu arrows
|
||||||
image
|
|
||||||
{
|
|
||||||
function = TAB
|
|
||||||
state = INSENSITIVE
|
|
||||||
overlay_file = "arrows/arrow-down-insens.png"
|
|
||||||
overlay_stretch = FALSE
|
|
||||||
}
|
|
||||||
|
|
||||||
image
|
image
|
||||||
{
|
{
|
||||||
function = TAB
|
function = TAB
|
||||||
@ -248,6 +243,23 @@ style "standard-default"
|
|||||||
overlay_stretch = FALSE
|
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
|
# Handles
|
||||||
image
|
image
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user