mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
(slate-es-de) Updated to use the new backgroundHorizontalPadding and backgroundVerticalPadding properties for the systemstatus and clock elements
This commit is contained in:
parent
8feda8d372
commit
6351fb4e5b
|
@ -44,7 +44,8 @@
|
|||
<textRelativeScale>0.8</textRelativeScale>
|
||||
<color>${statusColor}</color>
|
||||
<backgroundColor>00000066</backgroundColor>
|
||||
<backgroundPadding>0.008 0.008</backgroundPadding>
|
||||
<backgroundHorizontalPadding>0.004 0.005</backgroundHorizontalPadding>
|
||||
<backgroundVerticalPadding>0.004 0.004</backgroundVerticalPadding>
|
||||
<backgroundCornerRadius>0.003</backgroundCornerRadius>
|
||||
<entrySpacing>0.005</entrySpacing>
|
||||
</systemstatus>
|
||||
|
@ -53,7 +54,8 @@
|
|||
<fontSize>0.033</fontSize>
|
||||
<color>${statusColor}</color>
|
||||
<backgroundColor>00000066</backgroundColor>
|
||||
<backgroundPadding>0.008 0.008</backgroundPadding>
|
||||
<backgroundHorizontalPadding>0.004 0.004</backgroundHorizontalPadding>
|
||||
<backgroundVerticalPadding>0.004 0.004</backgroundVerticalPadding>
|
||||
<backgroundCornerRadius>0.003</backgroundCornerRadius>
|
||||
<format>%H:%M</format>
|
||||
</clock>
|
||||
|
|
Loading…
Reference in a new issue