Minor tweaks

This commit is contained in:
theDeadMan 2018-07-23 19:54:51 +01:00
parent 33fc24101e
commit 4c9a53191a
3 changed files with 4 additions and 27 deletions

View File

@ -86,15 +86,6 @@
<colordiffuse>cc111111</colordiffuse> <colordiffuse>cc111111</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </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>
<!--content description--> <!--content description-->
<control type="label"> <control type="label">
<posx>24</posx> <posx>24</posx>
@ -314,15 +305,6 @@
<colordiffuse>cc111111</colordiffuse> <colordiffuse>cc111111</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </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>
<!--title and synopsis--> <!--title and synopsis-->
<control type="group"> <control type="group">
<posx>24</posx> <posx>24</posx>

View File

@ -106,15 +106,6 @@
<colordiffuse>cc111111</colordiffuse> <colordiffuse>cc111111</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </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>
<!--meta--> <!--meta-->
<control type="panel"> <control type="panel">
<posx>12</posx> <posx>12</posx>

View File

@ -33,9 +33,13 @@
- [NEW] Additional wallpapers (Thanks Dadebue) - [NEW] Additional wallpapers (Thanks Dadebue)
- [NEW] USER OPTION: Disable recently added content for movies, tvshows and music - [NEW] USER OPTION: Disable recently added content for movies, tvshows and music
[NETFLIX FIX] https://github.com/asciidisco/plugin.video.netflix
- check controls for new window: MyGames.xml - check controls for new window: MyGames.xml
- Screenshots etc need updating - Screenshots etc need updating
[V1.3.3] [V1.3.3]
- [FIXED] Weather label showing on homescreen even if no weather plugin enabled. - [FIXED] Weather label showing on homescreen even if no weather plugin enabled.
- Minor tweaks - Minor tweaks