Skip to content

Commit

Permalink
[Weather widgets] adjusted size of icons
Browse files Browse the repository at this point in the history
  • Loading branch information
beatmasterRS committed Jul 5, 2020
1 parent d5afe5b commit d62c5bc
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions 1080i/Includes_Home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1722,18 +1722,18 @@
</control>
<control type="image">
<top>90</top>
<left>35</left>
<height>155</height>
<width>155</width>
<left>25</left>
<height>145</height>
<width>145</width>
<aspectratio align="center" aligny="center">keep</aspectratio>
<texture>$INFO[ListItem.Property(FanartTexture)]</texture>
<visible>!String.IsEmpty(Skin.String(weather.icons.path)) + !String.Contains(Skin.String(weather.icons.path),animated)</visible>
</control>
<control type="multiimage">
<top>90</top>
<left>35</left>
<height>155</height>
<width>155</width>
<left>25</left>
<height>145</height>
<width>145</width>
<timeperimage>50</timeperimage>
<aspectratio align="center" aligny="center">keep</aspectratio>
<fadetime>10</fadetime>
Expand All @@ -1742,9 +1742,9 @@
</control>
<control type="image">
<top>90</top>
<left>35</left>
<height>155</height>
<width>155</width>
<left>25</left>
<height>145</height>
<width>145</width>
<aspectratio align="center" aligny="center">keep</aspectratio>
<texture>$INFO[ListItem.Property(OutlookTexture)]</texture>
<visible>String.IsEmpty(Skin.String(weather.icons.path))</visible>
Expand Down Expand Up @@ -1812,7 +1812,7 @@
<texture border="10" colordiffuse="Light3">common/$VAR[nofocus-shadow10]</texture>
</control>
<control type="image">
<top>80</top>
<top>65</top>
<left>30</left>
<height>192</height>
<width>192</width>
Expand All @@ -1821,7 +1821,7 @@
<visible>!String.IsEmpty(Skin.String(weather.icons.path)) + !String.Contains(Skin.String(weather.icons.path),animated)</visible>
</control>
<control type="multiimage">
<top>80</top>
<top>65</top>
<left>30</left>
<height>192</height>
<width>192</width>
Expand All @@ -1832,7 +1832,7 @@
<visible>!String.IsEmpty(Skin.String(weather.icons.path)) + String.Contains(Skin.String(weather.icons.path),animated)</visible>
</control>
<control type="image">
<top>80</top>
<top>65</top>
<left>50</left>
<height>192</height>
<width>192</width>
Expand Down

0 comments on commit d62c5bc

Please sign in to comment.