Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Sep 4, 2011
1 parent 6085430 commit 0153b42
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion addons/skin.confluence/720p/ViewsFileMode.xml
Expand Up @@ -180,9 +180,23 @@
<orientation>vertical</orientation>
<visible>Control.IsVisible(50)</visible>
</control>
<control type="textbox">
<posx>850</posx>
<posy>0</posy>
<width>350</width>
<height>200</height>
<label>ARTIST: $INFO[Listitem.Property(Artist_Description)]</label>
</control>
<control type="textbox">
<posx>850</posx>
<posy>200</posy>
<width>350</width>
<height>200</height>
<label>ALBUM: $INFO[Listitem.Property(Artist_Description)]</label>
</control>
<control type="group">
<posx>850</posx>
<posy>100</posy>
<posy>400</posy>
<visible>Control.IsVisible(50)</visible>
<control type="image">
<posx>0</posx>
Expand Down

0 comments on commit 0153b42

Please sign in to comment.