Add/remove images

This commit is contained in:
ungstein 2021-06-30 04:51:29 +09:30
parent 3add45ddb7
commit 6157dd6eb3
No known key found for this signature in database
GPG Key ID: 9458B9C9CABE03E4
1 changed files with 8 additions and 2 deletions

View File

@ -593,6 +593,12 @@ steam.styles
image = "Graphics/chkUnselStd"
textcolor=White
}
CheckButton:hover
{
textcolor = Over
image = "Graphics/chkUnselStd"
}
CheckButton:selected
{
@ -1108,7 +1114,7 @@ steam.styles
inset = "22 6 0 4"
render_bg
{
1="image( x0 + 7, y0 + 6, x1, y1, resource/icon_steam_disabled )" // inside
1="image( x0 + 7, y0 + 8, x1, y1, resource/icon_steam_disabled )" // inside
}
}
@ -1122,7 +1128,7 @@ steam.styles
inset = "22 6 0 4"
render_bg
{
1="image( x0 + 7, y0 + 6, x1, y1, resource/icon_steam )" // inside
1="image( x0 + 7, y0 + 8, x1, y1, resource/icon_steam )" // inside
}
}