Fix MusicPlayerPanel Img size

This commit is contained in:
JackMyth 2020-05-10 13:49:48 +08:00
parent ff5b29ee48
commit a66f50b6b0
1 changed files with 4 additions and 0 deletions

View File

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