panel.rc.alt

Changing prelight pixmap backdrop and adding comments. The backdrop will be used as a work around for a dotted select border for the Start button when toggled.
This commit is contained in:
EMH-Mark-I 2017-05-03 22:23:54 -05:00 committed by GitHub
parent 43c86625a3
commit ad06d44a99

View File

@ -424,7 +424,7 @@ style "whiskerbutton"
recolorable = TRUE recolorable = TRUE
shadow = IN shadow = IN
state = PRELIGHT state = PRELIGHT
file = "Others/null.png" file = "panel/start-button-shade.png" #Sets a backdrop colour.
border = { 0, 0, 0, 0 } border = { 0, 0, 0, 0 }
stretch = TRUE stretch = TRUE
} }
@ -435,7 +435,7 @@ style "whiskerbutton"
function = BOX function = BOX
recolorable = TRUE recolorable = TRUE
state = ACTIVE state = ACTIVE
file = "panel/start-button-shade.png" file = "panel/start-button-shade.png" #Sets a backdrop colour.
border = { 0, 0, 0, 0 } border = { 0, 0, 0, 0 }
stretch = TRUE stretch = TRUE
} }