mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
(slate-DE) Some minor adjustments for new theme engine functionality.
This commit is contained in:
parent
feef706ba4
commit
7df27c2eb1
|
@ -33,6 +33,8 @@ based on: recalbox-multi by the Recalbox community
|
||||||
<view name="system">
|
<view name="system">
|
||||||
<carousel name="system_carousel">
|
<carousel name="system_carousel">
|
||||||
<staticItem>./${system.theme}/images/logo.svg</staticItem>
|
<staticItem>./${system.theme}/images/logo.svg</staticItem>
|
||||||
|
<size>1 0.232407</size>
|
||||||
|
<pos>0 0.383796</pos>
|
||||||
<itemScale>1.23</itemScale>
|
<itemScale>1.23</itemScale>
|
||||||
<itemInterpolation>linear</itemInterpolation>
|
<itemInterpolation>linear</itemInterpolation>
|
||||||
<itemSize>0.25 0.125</itemSize>
|
<itemSize>0.25 0.125</itemSize>
|
||||||
|
@ -302,9 +304,11 @@ based on: recalbox-multi by the Recalbox community
|
||||||
</text>
|
</text>
|
||||||
<rating name="md_rating">
|
<rating name="md_rating">
|
||||||
<pos>0.453 0.203</pos>
|
<pos>0.453 0.203</pos>
|
||||||
|
<size>0 0.03</size>
|
||||||
|
<interpolation>nearest</interpolation>
|
||||||
<filledPath>./core/images/rating_filled.svg</filledPath>
|
<filledPath>./core/images/rating_filled.svg</filledPath>
|
||||||
<unfilledPath>./core/images/rating_empty.svg</unfilledPath>
|
<unfilledPath>./core/images/rating_empty.svg</unfilledPath>
|
||||||
<size>0.04 0.03</size>
|
<overlay>false</overlay>
|
||||||
</rating>
|
</rating>
|
||||||
<text name="md_description">
|
<text name="md_description">
|
||||||
<lineSpacing>1.2</lineSpacing>
|
<lineSpacing>1.2</lineSpacing>
|
||||||
|
|
|
@ -150,6 +150,7 @@
|
||||||
<type>vertical</type>
|
<type>vertical</type>
|
||||||
<pos>0.025 0.201</pos>
|
<pos>0.025 0.201</pos>
|
||||||
<size>0.39 0.711</size>
|
<size>0.39 0.711</size>
|
||||||
|
<itemInterpolation>linear</itemInterpolation>
|
||||||
<itemType>marquee</itemType>
|
<itemType>marquee</itemType>
|
||||||
<itemHorizontalAlignment>center</itemHorizontalAlignment>
|
<itemHorizontalAlignment>center</itemHorizontalAlignment>
|
||||||
<itemScale>1.23</itemScale>
|
<itemScale>1.23</itemScale>
|
||||||
|
|
Loading…
Reference in a new issue