minor tweaks

This commit is contained in:
theDeadMan 2018-09-11 19:41:30 +01:00
parent 464fedf763
commit 5050a921fc
4 changed files with 10 additions and 17 deletions

View File

@ -45,15 +45,6 @@
<colordiffuse>cc111111</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>-6</posx>
<posy>0</posy>
<width>6</width>
<height>fullscreenHeight</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="group">
<posx>36</posx>
<posy>row-1-begin</posy>
@ -90,7 +81,7 @@
<font>pageSubTitle</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<label>[B]$INFO[Videoplayer.timeremaining,, $LOCALIZE[31143]] $INFO[Player.FinishTime(HH:MM),($LOCALIZE[31160] ,)][/B]</label>
<label>[B]$INFO[Player.FinishTime(HH:MM),$LOCALIZE[31160] ,]$INFO[player.timeremaining, - , $LOCALIZE[31143]][/B]</label>
<scroll>false</scroll>
</control>
<!--synopsis-->
@ -98,7 +89,7 @@
<posx>0</posx>
<posy>8-row</posy>
<font>textbox</font>
<width>624</width>
<width>612</width>
<align>left</align>
<textcolor>textActive</textcolor>
<height>348</height>
@ -200,6 +191,7 @@
<description>Pause</description>
<label2></label2>
<thumb></thumb>
<onclick>action(back)</onclick>
<onclick>PlayerControl(play)</onclick>
</item>
<item>

View File

@ -115,7 +115,7 @@
<width>324</width>
<height>324</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture>
<texture fallback="noAlbumCover.jpg">$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
<colordiffuse>BBffffff</colordiffuse>
</control>
@ -151,7 +151,7 @@
<width>324</width>
<height>324</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture>
<texture fallback="noAlbumCover.jpg">$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
@ -213,12 +213,13 @@
<colordiffuse>overlay</colordiffuse>
</control>
<control type="image">
<visible>!ListItem.IsParentFolder</visible>
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture>
<texture fallback="noAlbumCover.jpg">$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
<colordiffuse>BBffffff</colordiffuse>
</control>
@ -260,12 +261,13 @@
<colordiffuse>FF000000</colordiffuse>
</control>
<control type="image">
<visible>!ListItem.IsParentFolder</visible>
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture>
<texture fallback="noAlbumCover.jpg">$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
</control>
<control type="textbox">

View File

@ -37,8 +37,7 @@
- check controls for new window: MyGames.xml
- Screenshots etc need updating
- SPOTIFY SUPPORT
[V1.3.3]
- [FIXED] Weather label showing on homescreen even if no weather plugin enabled.

BIN
media/noAlbumCover.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB