Fix the issue of MusicDetail Panel

This commit is contained in:
Jack-Myth 2020-02-12 12:10:26 +08:00
parent 4915c5ea55
commit 6c96946850
3 changed files with 6 additions and 6 deletions

View File

@ -83,7 +83,7 @@
}
render_bg
{
0="fill( x0, y0, x1, y1+18, Root.RightCol )"
//0="fill( x0, y0, x1, y1+18, Root.RightCol )"
}
}

View File

@ -23,7 +23,7 @@
font-family=basefont
font-weight=400
render_bg{
0="fill(x0, y0, x1, y1, Root.Back)"
0="fill(x0, y0, x1, y1, JackMyth.HalfOpacity)"
}
}
@ -63,7 +63,7 @@
"MusicPage_Details_Content ListPanel"
{
padding-left=15
bgcolor=Root.Back
bgcolor=none
render_bg{}
}
@ -71,7 +71,7 @@
{
textcolor="DefaultText"
inset="1 1 0 0"
bgcolor=Root.Back
bgcolor=none
render_bg{}
}
@ -79,7 +79,7 @@
"MusicPage_Details_Content ListPanelInterior:scrollbar"
{
inset="1 1 -2 0"
bgcolor=Root.Back
bgcolor=JackMyth.HalfOpacity
render_bg{}
}

View File

@ -38,7 +38,7 @@
bgcolor=none
render_bg
{
0="fill( x0, y0, x1, y1+18, Root.RightCol )"
0="fill( x0, y0, x1, y1+18, JackMyth.HalfOpacity )"
}
}