diff options
author | scott967 <scott967@users.noreply.github.com> | 2021-01-03 19:39:57 -1000 |
---|---|---|
committer | scott967 <scott967@users.noreply.github.com> | 2021-01-13 13:42:40 -1000 |
commit | 10e1095d2ace3beca1ceb9925676a60c4c51b88a (patch) | |
tree | cd484fa78564d469c66c0d535fb547a46aafd616 | |
parent | 2e1c0faf40395c71c94008eb8d35c822f333e69d (diff) |
Make MusicPlayer.Year infolabel width 100
-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> |