Skip to content

Commit

Permalink
Truncate metadata properly
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaz82 committed Jan 21, 2022
1 parent c9ac988 commit b69078a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ originally based on: "simple" by nils bonenberger
<fontPath>${themeFont}</fontPath>
<fontSize>24</fontSize>
<forceUppercase>false</forceUppercase>
<size>0 32</size>
<size>280 32</size>
<color>969696</color>
<visible>true</visible>
</text>
Expand All @@ -241,63 +241,63 @@ originally based on: "simple" by nils bonenberger
</text>

<datetime name="md_releasedate">
<pos>1180 594</pos>
<pos>1150 594</pos>
</datetime>

<text name="md_lbl_genre">
<pos>980 626</pos>
</text>

<text name="md_genre">
<pos>1180 626</pos>
<pos>1150 626</pos>
</text>

<text name="md_lbl_developer">
<pos>980 658</pos>
</text>

<text name="md_developer">
<pos>1180 658</pos>
<pos>1150 658</pos>
</text>

<text name="md_lbl_publisher">
<pos>980 690</pos>
</text>

<text name="md_publisher">
<pos>1180 690</pos>
<pos>1150 690</pos>
</text>

<text name="md_lbl_rating">
<pos>1460 594</pos>
</text>

<rating name="md_rating">
<pos>1660 594</pos>
<pos>1630 594</pos>
</rating>

<text name="md_lbl_players">
<pos>1460 626</pos>
</text>

<text name="md_players">
<pos>1660 626</pos>
<pos>1630 626</pos>
</text>

<text name="md_lbl_lastplayed">
<pos>1460 658</pos>
</text>

<datetime name="md_lastplayed">
<pos>1660 658</pos>
<pos>1630 658</pos>
</datetime>

<text name="md_lbl_playcount">
<pos>1460 690</pos>
</text>

<text name="md_playcount">
<pos>1660 690</pos>
<pos>1630 690</pos>
</text>

<text name="md_description">
Expand Down

0 comments on commit b69078a

Please sign in to comment.