From 6031ecdf9dbaa48cc865b7ee6615204ada43bd62 Mon Sep 17 00:00:00 2001 From: EMH-Mark-I Date: Fri, 2 Mar 2018 14:50:59 -0600 Subject: [PATCH] arrow fixes Added missing properties for arrows. --- Theme/Chicago95/gtk-2.0/gtkrc | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/Theme/Chicago95/gtk-2.0/gtkrc b/Theme/Chicago95/gtk-2.0/gtkrc index aa4e93b..f7029ef 100755 --- a/Theme/Chicago95/gtk-2.0/gtkrc +++ b/Theme/Chicago95/gtk-2.0/gtkrc @@ -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 {