Skip to content

Commit

Permalink
fix verticle alignment of progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Aug 1, 2024
1 parent f4f816e commit 93a6daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/home/HomeItem.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit 93a6daf

Please sign in to comment.