diff options
author | jezz_x <jezz_x@svn> | 2010-06-21 05:42:50 +0000 |
---|---|---|
committer | jezz_x <jezz_x@svn> | 2010-06-21 05:42:50 +0000 |
commit | c268c287d168fdd1b149cffe4ce6c2f9687d7ffe (patch) | |
tree | 3e7105fb81993a9a78d63a32669d190c35b3141f | |
parent | 4dd36da05d63e106d2a433d8b621a1b496087c68 (diff) |
Added : [Confluence] seek offset amount to DialogSeekBar.xml
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31266 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r-- | addons/skin.confluence/720p/DialogSeekBar.xml | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/addons/skin.confluence/720p/DialogSeekBar.xml b/addons/skin.confluence/720p/DialogSeekBar.xml index 798411a577..36031d7d40 100644 --- a/addons/skin.confluence/720p/DialogSeekBar.xml +++ b/addons/skin.confluence/720p/DialogSeekBar.xml @@ -162,8 +162,8 @@ <aligny>center</aligny>
<font>font12_title</font>
<textcolor>blue</textcolor>
- <label>31042</label>
- <visible>Player.Playing + !Player.Seeking</visible>
+ <label>$LOCALIZE[31042]</label>
+ <visible>Player.Playing + !Player.Seeking + !Player.DisplayAfterSeek</visible>
</control>
<control type="label">
<description>Paused Label</description>
@@ -176,7 +176,7 @@ <font>font12_title</font>
<textcolor>blue</textcolor>
<label>31043</label>
- <visible>[Player.Paused + !Player.Caching] + !Player.Seeking</visible>
+ <visible>[Player.Paused + !Player.Caching] + !Player.Seeking + !Player.DisplayAfterSeek</visible>
</control>
<control type="label">
<description>Cache Label</description>
@@ -205,6 +205,19 @@ <visible>Player.Seeking</visible>
</control>
<control type="label">
+ <description>Final Seek amount Label</description>
+ <posx>20</posx>
+ <posy>8</posy>
+ <width>240</width>
+ <height>20</height>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12_title</font>
+ <textcolor>blue</textcolor>
+ <label>[UPPERCASE]$LOCALIZE[773][/UPPERCASE][COLOR=grey] $INFO[Player.SeekOffset][/COLOR]</label>
+ <visible>Player.DisplayAfterSeek + ![player.forwarding | player.rewinding]</visible>
+ </control>
+ <control type="label">
<description>FF Label</description>
<posx>20</posx>
<posy>8</posy>
|