fix verticle alignment of progress bar

This commit is contained in:
Charles Ewert 2024-07-31 22:22:50 -04:00
parent f4f816e7c0
commit 93a6daf30f

View File

@ -9,7 +9,7 @@
</Rectangle>
<PlayedCheckmark id="playedIndicator" color="#00a4dcFF" width="60" height="46" visible="false" />
</Poster>
<Rectangle id="progressBackground" visible="false" color="0x00000098" width="464" height="8" translation="[0,255]">
<Rectangle id="progressBackground" visible="false" color="0x00000098" width="464" height="8" translation="[0,253]">
<Rectangle id="progress" color="#00a4dcFF" width="0" height="8" />
</Rectangle>
<ScrollingLabel id="itemText" horizAlign="center" vertAlign="center" font="font:SmallBoldSystemFont" height="64" maxWidth="456" translation="[8,267]" repeatCount="0" />