mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
(modern-es-de) Removed the textlist selector PNG image and made use of the new selectorWidth property instead
This commit is contained in:
parent
99c80e389a
commit
32305abbd1
|
@ -25,6 +25,10 @@
|
|||
</view>
|
||||
|
||||
<view name="gamelist">
|
||||
<textlist name="gamelistTextlist">
|
||||
<selectorWidth>0.004</selectorWidth>
|
||||
<selectorHorizontalOffset>0.002</selectorHorizontalOffset>
|
||||
</textlist>
|
||||
<badges name="badges">
|
||||
<lines>2</lines>
|
||||
<itemsPerLine>5</itemsPerLine>
|
||||
|
|
|
@ -25,6 +25,10 @@
|
|||
</view>
|
||||
|
||||
<view name="gamelist">
|
||||
<textlist name="gamelistTextlist">
|
||||
<selectorWidth>0.0035</selectorWidth>
|
||||
<selectorHorizontalOffset>0.003</selectorHorizontalOffset>
|
||||
</textlist>
|
||||
<badges name="badges">
|
||||
<lines>2</lines>
|
||||
<itemsPerLine>5</itemsPerLine>
|
||||
|
|
|
@ -25,6 +25,10 @@
|
|||
</view>
|
||||
|
||||
<view name="gamelist">
|
||||
<textlist name="gamelistTextlist">
|
||||
<selectorWidth>0.0022</selectorWidth>
|
||||
<selectorHorizontalOffset>0.004</selectorHorizontalOffset>
|
||||
</textlist>
|
||||
<badges name="badges">
|
||||
<lines>2</lines>
|
||||
<itemsPerLine>5</itemsPerLine>
|
||||
|
|
|
@ -25,6 +25,10 @@
|
|||
</view>
|
||||
|
||||
<view name="gamelist">
|
||||
<textlist name="gamelistTextlist">
|
||||
<selectorWidth>0.005</selectorWidth>
|
||||
<selectorHorizontalOffset>0</selectorHorizontalOffset>
|
||||
</textlist>
|
||||
<badges name="badges">
|
||||
<lines>2</lines>
|
||||
<itemsPerLine>5</itemsPerLine>
|
||||
|
|
BIN
themes/modern-es-de/assets/frame.png
Normal file
BIN
themes/modern-es-de/assets/frame.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 106 B |
|
@ -23,7 +23,6 @@
|
|||
<gamelistSystemNameFontSize>0.03</gamelistSystemNameFontSize>
|
||||
<gamelistFontSize>0.030</gamelistFontSize>
|
||||
<gamelistLineSpacing>1.9</gamelistLineSpacing>
|
||||
<gamelistSelectorVerticalOffset>-0.0015</gamelistSelectorVerticalOffset>
|
||||
<gamelistInfoFontSize>0.03</gamelistInfoFontSize>
|
||||
<descriptionFontSize>0.03</descriptionFontSize>
|
||||
<descriptionLineSpacing>1.2</descriptionLineSpacing>
|
||||
|
@ -48,7 +47,6 @@
|
|||
<gamelistSystemNameFontSize>0.04</gamelistSystemNameFontSize>
|
||||
<gamelistFontSize>0.0368</gamelistFontSize>
|
||||
<gamelistLineSpacing>1.7</gamelistLineSpacing>
|
||||
<gamelistSelectorVerticalOffset>0.0025</gamelistSelectorVerticalOffset>
|
||||
<gamelistInfoFontSize>0.036</gamelistInfoFontSize>
|
||||
<descriptionFontSize>0.037</descriptionFontSize>
|
||||
<descriptionLineSpacing>1.15</descriptionLineSpacing>
|
||||
|
@ -199,10 +197,7 @@
|
|||
<pos>0.04 0.182</pos>
|
||||
<size>0.31 0.68</size>
|
||||
<origin>0 0</origin>
|
||||
<selectorHeight>0.075</selectorHeight>
|
||||
<selectorVerticalOffset>${gamelistSelectorVerticalOffset}</selectorVerticalOffset>
|
||||
<selectorColor>${mainColor}</selectorColor>
|
||||
<selectorImagePath>./assets/selector.png</selectorImagePath>
|
||||
<selectedColor>${mainColor}</selectedColor>
|
||||
<primaryColor>${secondaryColor}</primaryColor>
|
||||
<secondaryColor>${tertiaryColor}</secondaryColor>
|
||||
|
|
Loading…
Reference in a new issue