(slate-DE) Some minor adjustments for new theme engine functionality.

This commit is contained in:
Leon Styhre 2022-09-06 23:10:37 +02:00
parent feef706ba4
commit 7df27c2eb1
2 changed files with 6 additions and 1 deletions

View file

@ -33,6 +33,8 @@ based on: recalbox-multi by the Recalbox community
<view name="system">
<carousel name="system_carousel">
<staticItem>./${system.theme}/images/logo.svg</staticItem>
<size>1 0.232407</size>
<pos>0 0.383796</pos>
<itemScale>1.23</itemScale>
<itemInterpolation>linear</itemInterpolation>
<itemSize>0.25 0.125</itemSize>
@ -302,9 +304,11 @@ based on: recalbox-multi by the Recalbox community
</text>
<rating name="md_rating">
<pos>0.453 0.203</pos>
<size>0 0.03</size>
<interpolation>nearest</interpolation>
<filledPath>./core/images/rating_filled.svg</filledPath>
<unfilledPath>./core/images/rating_empty.svg</unfilledPath>
<size>0.04 0.03</size>
<overlay>false</overlay>
</rating>
<text name="md_description">
<lineSpacing>1.2</lineSpacing>

View file

@ -150,6 +150,7 @@
<type>vertical</type>
<pos>0.025 0.201</pos>
<size>0.39 0.711</size>
<itemInterpolation>linear</itemInterpolation>
<itemType>marquee</itemType>
<itemHorizontalAlignment>center</itemHorizontalAlignment>
<itemScale>1.23</itemScale>