Fix MusicPlayerPanel Img size

This commit is contained in:
JackMyth 2020-05-10 13:46:29 +08:00
parent 054407df9c
commit 760aec9b88
1 changed files with 4 additions and 0 deletions

View File

@ -42,13 +42,17 @@
{ {
bgcolor=none bgcolor=none
//TMC2:BeginMusicPlayerSize
minimum-width = 440 minimum-width = 440
minimum-height = 476 minimum-height = 476
//TMC2:EndMusicPlayerSize
render_bg render_bg
{ {
0="fill( x0, y0, x1, y1, DefaultBackground )" 0="fill( x0, y0, x1, y1, DefaultBackground )"
//TMC2:BeginMusicPlayerLayout
1="image(x1-283,y1-476,x1,y1-76,graphics/JackMyth/MusicPlayerImg)" 1="image(x1-283,y1-476,x1,y1-76,graphics/JackMyth/MusicPlayerImg)"
//TMC2:EndMusicPlayerLayout
2="fill( x0, y1-76, x1, y1, Accent.Hover )" 2="fill( x0, y1-76, x1, y1, Accent.Hover )"
} }
} }