Skip to content

Commit

Permalink
Merge pull request #22977 from enen92/backport_label_pixel_perfect
Browse files Browse the repository at this point in the history
[Estuary][MusicViz] Fix label height
  • Loading branch information
enen92 committed Mar 14, 2023
2 parents 289ec66 + 0957245 commit 74dc2e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/skin.estuary/xml/MusicVisualisation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<itemgap>20</itemgap>
<control type="label">
<width>100</width>
<height>40</height>
<height>35</height>
<label>$INFO[MusicPlayer.Year]</label>
<font>font37</font>
<shadowcolor>black</shadowcolor>
Expand All @@ -105,7 +105,7 @@
</control>
<control type="label">
<width min="0" max="1130">auto</width>
<height>40</height>
<height>35</height>
<label>$INFO[MusicPlayer.Genre]</label>
<font>font37</font>
<shadowcolor>black</shadowcolor>
Expand Down

0 comments on commit 74dc2e7

Please sign in to comment.