aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorKai Sommerfeld <kai.sommerfeld@gmx.com>2017-06-19 20:41:45 +0200
committerKai Sommerfeld <kai.sommerfeld@gmx.com>2017-06-19 20:41:45 +0200
commitd4cf8b6e2eec80b4b3620bc3e0faf481cc5b8fb7 (patch)
treec068c3f517b5b6c11784cac041ec333e603c5f0d /addons
parent0957a8419b13b90a13d919ee05986cc6526abe8e (diff)
[Estuary] DialogSeekBar: Reintroduce channel number display, like we had with Krypton (got lost somehow on master).
Diffstat (limited to 'addons')
-rw-r--r--addons/skin.estuary/xml/DialogSeekBar.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/DialogSeekBar.xml b/addons/skin.estuary/xml/DialogSeekBar.xml
index 2aa39510b5..0607037333 100644
--- a/addons/skin.estuary/xml/DialogSeekBar.xml
+++ b/addons/skin.estuary/xml/DialogSeekBar.xml
@@ -200,6 +200,17 @@
<texture>$INFO[Player.Art(thumb)]</texture>
</control>
<control type="label">
+ <left>20</left>
+ <width>220</width>
+ <top>-80</top>
+ <height>25</height>
+ <label>$INFO[VideoPlayer.ChannelNumberLabel]</label>
+ <shadowcolor>black</shadowcolor>
+ <align>center</align>
+ <font>WeatherTemp</font>
+ <aligny>center</aligny>
+ </control>
+ <control type="label">
<right>20</right>
<width>800</width>
<top>190</top>