Skip to content

Commit

Permalink
Merge pull request #329 from MediaPortal/MP1.35.Pre-DWHD_Update
Browse files Browse the repository at this point in the history
MP1.35.Pre: DWHD Update
  • Loading branch information
andrewjswan authored Sep 1, 2024
2 parents 5fca732 + ce78b0a commit 2d2f7b8
Showing 1 changed file with 38 additions and 4 deletions.
42 changes: 38 additions & 4 deletions mediaportal/MediaPortal.Base/skin/DefaultWideHD/BasicHome.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<align>left</align>
<width>1800</width>
<height>58</height>
<visible>!skin.hastheme(Xmas)</visible>
<visible>!skin.hastheme(Xmas)+[plugin.isenabled(World Weather)|plugin.isenabled(World Weather Lite)]</visible>
<control>
<type>fadelabel</type>
<description>Date Time Weather Label</description>
Expand Down Expand Up @@ -93,7 +93,7 @@
<align>left</align>
<width>1800</width>
<height>58</height>
<visible>skin.hastheme(Xmas)</visible>
<visible>skin.hastheme(Xmas)+[plugin.isenabled(World Weather)|plugin.isenabled(World Weather Lite)]</visible>
<control>
<type>fadelabel</type>
<description>Date Time Weather Label</description>
Expand All @@ -103,8 +103,8 @@
<maxWidth>1600</maxWidth>
<textcolor>gold</textcolor>
<shadowAngle>10</shadowAngle>
<shadowDistance>2</shadowDistance>
<shadowColor>ff000000</shadowColor>
<shadowDistance>2</shadowDistance>
<shadowColor>ff000000</shadowColor>
<align>left</align>
<font>Label</font>
</control>
Expand Down Expand Up @@ -132,6 +132,40 @@
<font>Label</font>
</control>
</control>
<control>
<description>Date</description>
<type>label</type>
<id>0</id>
<posX>45</posX>
<posY>15</posY>
<width>1800</width>
<height>58</height>
<label>#time #scroll.wrap #date</label>
<font>Label</font>
<align>left</align>
<textcolor>ff6FAFE1</textcolor>
<shadowAngle>10</shadowAngle>
<shadowDistance>2</shadowDistance>
<shadowColor>ff000000</shadowColor>
<visible>!skin.hastheme(Xmas)+!plugin.isenabled(World Weather)+!plugin.isenabled(World Weather Lite)</visible>
</control>
<control>
<description>Date</description>
<type>label</type>
<id>0</id>
<posX>45</posX>
<posY>15</posY>
<width>1800</width>
<height>58</height>
<label>#time #scroll.wrap #date</label>
<font>Label</font>
<align>left</align>
<textcolor>gold</textcolor>
<shadowAngle>10</shadowAngle>
<shadowDistance>2</shadowDistance>
<shadowColor>ff000000</shadowColor>
<visible>skin.hastheme(Xmas)+!plugin.isenabled(World Weather)+!plugin.isenabled(World Weather Lite)</visible>
</control>

<!-- ******************************************************************************************* -->
<!-- *************************** INFOS ON BASIC HOME (NOW PLAYING AUDIO) *********************** -->
Expand Down

0 comments on commit 2d2f7b8

Please sign in to comment.