diff options
author | spiff <spiff@xbmc.org> | 2012-10-08 21:29:45 +0200 |
---|---|---|
committer | spiff <spiff@xbmc.org> | 2012-10-08 22:28:05 +0200 |
commit | bd4d0c46c6d01b55b07448965ed1eeda691fb24a (patch) | |
tree | 7c942dbccef3e9ff6ef7f524eb0c8d45e3db6377 /addons/skin.confluence/720p | |
parent | 27b5b041e20e6b17d4dadee5c9696834c65f4b24 (diff) |
changed: drop now unused CGUIDialogVideoScan
Diffstat (limited to 'addons/skin.confluence/720p')
-rw-r--r-- | addons/skin.confluence/720p/DialogVideoScan.xml | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/addons/skin.confluence/720p/DialogVideoScan.xml b/addons/skin.confluence/720p/DialogVideoScan.xml deleted file mode 100644 index d66f2973d9..0000000000 --- a/addons/skin.confluence/720p/DialogVideoScan.xml +++ /dev/null @@ -1,47 +0,0 @@ -<window id="133"> - <defaultcontrol></defaultcontrol> - <animation effect="slide" start="0,-70" end="0,0" time="100">WindowOpen</animation> - <animation effect="slide" start="0,0" end="0,-70" delay="400" time="100">WindowClose</animation> - <controls> - <control type="group"> - <posx>720</posx> - <posy>0</posy> - <animation effect="slide" end="0,-80" time="200" condition="Window.IsVisible(FullscreenVideo) | Window.IsVisible(Visualisation)">conditional</animation> - <control type="image"> - <posx>0</posx> - <posy>-10</posy> - <width>400</width> - <height>70</height> - <texture flipy="true" border="20,20,20,2">InfoMessagePanel.png</texture> - </control> - <control type="label" id="401"> - <description>Caption Label</description> - <posx>15</posx> - <posy>4</posy> - <width>370</width> - <height>18</height> - <font>font10_title</font> - <textcolor>selected</textcolor> - <align>left</align> - <aligny>center</aligny> - </control> - <control type="label" id="405"> - <description>Current Directory Label</description> - <posx>15</posx> - <posy>20</posy> - <width>370</width> - <height>20</height> - <font>font10</font> - <align>left</align> - <aligny>center</aligny> - </control> - <control type="progress" id="404"> - <description>progress control</description> - <posx>15</posx> - <posy>42</posy> - <width>370</width> - <height>8</height> - </control> - </control> - </controls> -</window>
\ No newline at end of file |