diff options
Diffstat (limited to 'addons/skin.confluence/720p/DialogSeekBar.xml')
-rw-r--r-- | addons/skin.confluence/720p/DialogSeekBar.xml | 68 |
1 files changed, 1 insertions, 67 deletions
diff --git a/addons/skin.confluence/720p/DialogSeekBar.xml b/addons/skin.confluence/720p/DialogSeekBar.xml index 2e8d213319..694f749239 100644 --- a/addons/skin.confluence/720p/DialogSeekBar.xml +++ b/addons/skin.confluence/720p/DialogSeekBar.xml @@ -181,48 +181,8 @@ <visible>Player.Forwarding32x</visible> </control> </control> - - <control type="label"> - <description>Playing Label</description> - <left>20</left> - <top>7</top> - <width>240</width> - <height>20</height> - <align>left</align> - <aligny>center</aligny> - <font>font10_title</font> - <textcolor>blue</textcolor> - <label>$LOCALIZE[31042]</label> - <visible>Player.Playing + !Player.Seeking + !Player.DisplayAfterSeek</visible> - </control> - <control type="label"> - <description>Paused Label</description> - <left>20</left> - <top>7</top> - <width>240</width> - <height>20</height> - <align>left</align> - <aligny>center</aligny> - <font>font10_title</font> - <textcolor>blue</textcolor> - <label>31043</label> - <visible>[Player.Paused + !Player.Caching] + !Player.Seeking + !Player.DisplayAfterSeek</visible> - </control> <control type="label"> - <description>Cache Label</description> - <left>20</left> - <top>7</top> - <width>240</width> - <height>20</height> - <align>left</align> - <aligny>center</aligny> - <font>font10_title</font> - <textcolor>blue</textcolor> - <label>$LOCALIZE[15107] $INFO[Player.CacheLevel]%</label> - <visible>[Player.Paused + Player.Caching] + !Player.Seeking</visible> - </control> - <control type="label"> - <description>Seeking Label</description> + <description>Seekbar Label</description> <left>20</left> <top>7</top> <width>240</width> @@ -234,32 +194,6 @@ <label>$VAR[SeekLabel]</label> </control> <control type="label"> - <description>FF Label</description> - <left>20</left> - <top>7</top> - <width>240</width> - <height>20</height> - <align>left</align> - <aligny>center</aligny> - <font>font10_title</font> - <textcolor>blue</textcolor> - <label>31044</label> - <visible>Player.Forwarding</visible> - </control> - <control type="label"> - <description>RW Label</description> - <left>20</left> - <top>7</top> - <width>240</width> - <height>20</height> - <align>left</align> - <aligny>center</aligny> - <font>font10_title</font> - <textcolor>blue</textcolor> - <label>31045</label> - <visible>Player.Rewinding</visible> - </control> - <control type="label"> <description>Elapsed Time Label</description> <left>20</left> <top>23</top> |