Update musicplayerpanel.layout

This commit is contained in:
ungstein 2021-07-04 16:22:36 +09:30
parent 6363ccd870
commit 16df5d34c9
No known key found for this signature in database
GPG Key ID: 9458B9C9CABE03E4
1 changed files with 12 additions and 9 deletions

View File

@ -45,17 +45,20 @@
}
MusicListPanelInterior
{
inset="0 -3 0 0"
{
inset="0 -1 1 0"
font-size=15
textcolor="text2"
bgcolor="none"
render
{
textcolor="Text"
bgcolor=none
render_bg
{
// lines around
1="fill( x0, y0, x1, y0 + 1, BorderDark )" // top
2="fill( x0, y1 - 1, x1, y1, BorderBright )" // bottom
3="fill( x0, y0, x0 + 1, y1 - 1, BorderDark )" // left
4="fill( x1 - 1, y0, x1, y1, BorderBright )" // right
}
render_bg
{
5="fill( x0 + 1, y0 + 1, x1 - 1, y1 - 1, DarkGreenBG )" // inside
}
}