Skip to content

Commit

Permalink
Fix pos of HD/SD icons in Viewtype_List.
Browse files Browse the repository at this point in the history
  • Loading branch information
jingai committed Mar 22, 2013
1 parent 72630c5 commit 274a558
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions 720p/Viewtype_List.xml
Expand Up @@ -53,7 +53,7 @@
<control type="label">
<posx>45</posx>
<posy>-2</posy>
<width>590</width>
<width>520</width>
<height>35</height>
<aligny>center</aligny>
<font>METF_TitleText</font>
Expand Down Expand Up @@ -104,7 +104,15 @@
<width>32</width>
<height>24</height>
<texture>$INFO[ListItem.VideoResolution,flags/VideoResolutionIcons/,.png]</texture>
<visible>Window.IsActive(videolibrary) + !IsEmpty(ListItem.VideoResolution)</visible>
<visible>Window.IsActive(videolibrary) + !Container.Content(tvshows) + !IsEmpty(ListItem.VideoResolution)</visible>
</control>
<control type="image">
<posx>586</posx>
<posy>5</posy>
<width>32</width>
<height>24</height>
<texture>$INFO[ListItem.VideoResolution,flags/VideoResolutionIcons/,.png]</texture>
<visible>Window.IsActive(videolibrary) + Container.Content(tvshows) + !IsEmpty(ListItem.VideoResolution)</visible>
</control>
<!-- Star Rating -->
<control type="label">
Expand Down Expand Up @@ -196,7 +204,7 @@
<control type="label">
<posx>45</posx>
<posy>-2</posy>
<width>590</width>
<width>520</width>
<height>35</height>
<aligny>center</aligny>
<scrollout>false</scrollout>
Expand Down Expand Up @@ -253,7 +261,15 @@
<width>32</width>
<height>24</height>
<texture>$INFO[ListItem.VideoResolution,flags/VideoResolutionIcons/,.png]</texture>
<visible>Window.IsActive(videolibrary) + !IsEmpty(ListItem.VideoResolution)</visible>
<visible>Window.IsActive(videolibrary) + !Container.Content(tvshows) + !IsEmpty(ListItem.VideoResolution)</visible>
</control>
<control type="image">
<posx>586</posx>
<posy>5</posy>
<width>32</width>
<height>24</height>
<texture>$INFO[ListItem.VideoResolution,flags/VideoResolutionIcons/,.png]</texture>
<visible>Window.IsActive(videolibrary) + Container.Content(tvshows) + !IsEmpty(ListItem.VideoResolution)</visible>
</control>
<!-- Star Rating -->
<control type="label">
Expand Down

0 comments on commit 274a558

Please sign in to comment.