tweaks
This commit is contained in:
parent
696c8b6ce0
commit
125bb8a4cd
|
@ -71,12 +71,12 @@
|
||||||
<!--now playing music-->
|
<!--now playing music-->
|
||||||
<control type="group">
|
<control type="group">
|
||||||
<visible>player.hasaudio</visible>
|
<visible>player.hasaudio</visible>
|
||||||
<posx>col-7-begin</posx>
|
<posx>col-1-begin</posx>
|
||||||
<posy>row-26-begin</posy>
|
<posy>row-26-begin</posy>
|
||||||
<control type="grouplist">
|
<control type="grouplist">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>18</posy>
|
<posy>18</posy>
|
||||||
<width>12-col</width>
|
<width>24-col</width>
|
||||||
<align>center</align>
|
<align>center</align>
|
||||||
<itemgap>18</itemgap>
|
<itemgap>18</itemgap>
|
||||||
<orientation>horizontal</orientation>
|
<orientation>horizontal</orientation>
|
||||||
|
@ -118,13 +118,13 @@
|
||||||
<description>Artist</description>
|
<description>Artist</description>
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
<font>regular</font>
|
<font>small</font>
|
||||||
<width>auto</width>
|
<width>auto</width>
|
||||||
<height>2-row</height>
|
<height>2-row</height>
|
||||||
<align>center</align>
|
<align>center</align>
|
||||||
<aligny>center</aligny>
|
<aligny>center</aligny>
|
||||||
<height>2-row</height>
|
<height>2-row</height>
|
||||||
<label>[B]$INFO[MusicPlayer.ChannelName,, ][/B]$INFO[MusicPlayer.TimeRemaining,, ][B]$INFO[musicplayer.Artist,, ][/B]$INFO[MusicPlayer.Title]</label>
|
<label>$INFO[MusicPlayer.TimeRemaining,, ][B]$INFO[musicplayer.Artist,, ][/B]$INFO[MusicPlayer.Title]</label>
|
||||||
<scroll>true</scroll>
|
<scroll>true</scroll>
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<wrapmultiline>false</wrapmultiline>
|
<wrapmultiline>false</wrapmultiline>
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
<align>left</align>
|
<align>left</align>
|
||||||
<aligny>center</aligny>
|
<aligny>center</aligny>
|
||||||
<height>1-row</height>
|
<height>1-row</height>
|
||||||
<label>[B]$INFO[MusicPlayer.ChannelName,, ][/B]$INFO[MusicPlayer.TimeRemaining,, ][B]$INFO[musicplayer.Artist,, ][/B]$INFO[MusicPlayer.Title]</label>
|
<label>[B]$INFO[musicplayer.Artist,, ][/B]$INFO[MusicPlayer.Title]</label>
|
||||||
<scroll>true</scroll>
|
<scroll>true</scroll>
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
</control>
|
</control>
|
||||||
|
|
Loading…
Reference in New Issue