Skip to content

Commit

Permalink
Fixed: [Confluence] Recently added movie icons (home) went out of the…
Browse files Browse the repository at this point in the history
… box if you didn't use a 16x9 resolution ticket #10014

(cherry picked from commit b08ba3f8c2cdbd38d7c1c042400411eaa85f424a)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@33337 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
mkortstiege committed Aug 30, 2010
1 parent d6a4cd1 commit 760484b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions addons/skin.confluence/720p/IncludesHomeRecentlyAdded.xml
Expand Up @@ -37,7 +37,7 @@
<description>Main Icon -3</description>
<posx>165</posx>
<posy>60</posy>
<width>120</width>
<width>75</width>
<height>110</height>
<aspectratio align="left">keep</aspectratio>
<texture background="true">$INFO[Window.Property(LatestMovie.4.Thumb)]</texture>
Expand All @@ -46,9 +46,9 @@
</control>
<control type="image">
<description>Main Icon -2</description>
<posx>120</posx>
<posx>130</posx>
<posy>50</posy>
<width>120</width>
<width>86</width>
<height>130</height>
<aspectratio align="left">keep</aspectratio>
<texture background="true">$INFO[Window.Property(LatestMovie.3.Thumb)]</texture>
Expand All @@ -57,9 +57,9 @@
</control>
<control type="image">
<description>Main Icon -1</description>
<posx>70</posx>
<posx>80</posx>
<posy>40</posy>
<width>120</width>
<width>100</width>
<height>150</height>
<aspectratio align="left">keep</aspectratio>
<texture background="true">$INFO[Window.Property(LatestMovie.2.Thumb)]</texture>
Expand Down

0 comments on commit 760484b

Please sign in to comment.