diff options
author | jjd-uk <jjd-uk@kodi.tv> | 2021-01-14 10:11:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-14 10:11:04 +0000 |
commit | 962f84285586b1ea5fb7eb625c84c19d2313c914 (patch) | |
tree | cb9406e66f67035036827b58065c6d605e497bc7 /addons | |
parent | ca534126ba429fdc2f5267a3f4f0ab0321a41156 (diff) | |
parent | 10e1095d2ace3beca1ceb9925676a60c4c51b88a (diff) |
Merge pull request #19029 from scott967/Estuary_fix_visualization_year_infolabel_width
Make MusicPlayer.Year infolabel width 100 for Arial
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estuary/xml/MusicVisualisation.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estuary/xml/MusicVisualisation.xml b/addons/skin.estuary/xml/MusicVisualisation.xml index 23a2da5411..fbfd03770b 100644 --- a/addons/skin.estuary/xml/MusicVisualisation.xml +++ b/addons/skin.estuary/xml/MusicVisualisation.xml @@ -94,7 +94,7 @@ <orientation>horizontal</orientation> <itemgap>20</itemgap> <control type="label"> - <width>90</width> + <width>100</width> <height>40</height> <label>$INFO[MusicPlayer.Year]</label> <font>font37</font> |