aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/xml/DialogMediaSource.xml
diff options
context:
space:
mode:
authorMartijn Kaijser <martijn@xbmc.org>2016-12-19 09:22:07 +0100
committerGitHub <noreply@github.com>2016-12-19 09:22:07 +0100
commiteed32e78d50648b1004b119cb4ecb8647a98e35e (patch)
tree7d6a256f8f13208d7b9be9084b2bc152c458fc71 /addons/skin.estuary/xml/DialogMediaSource.xml
parent3fb350bb3a7439721abc4d6d0923b89330b1a480 (diff)
parent56adcfc01b2021f75a4d1985918caca730cd8d77 (diff)
Merge pull request #11219 from phil65/krypton_update17.0b7-Krypton
[estuary] sync
Diffstat (limited to 'addons/skin.estuary/xml/DialogMediaSource.xml')
-rw-r--r--addons/skin.estuary/xml/DialogMediaSource.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/addons/skin.estuary/xml/DialogMediaSource.xml b/addons/skin.estuary/xml/DialogMediaSource.xml
index 50ab3fc473..4a37a28825 100644
--- a/addons/skin.estuary/xml/DialogMediaSource.xml
+++ b/addons/skin.estuary/xml/DialogMediaSource.xml
@@ -43,31 +43,31 @@
<ondown>12</ondown>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
- <itemlayout height="70">
+ <itemlayout height="70" width="820">
<control type="label">
<left>10</left>
+ <right>10</right>
<top>0</top>
- <width>820</width>
- <height>60</height>
+ <bottom>0</bottom>
<aligny>center</aligny>
<textcolor>grey</textcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
- <focusedlayout height="70">
+ <focusedlayout height="70" width="820">
<control type="image">
<left>0</left>
<top>0</top>
- <width>820</width>
- <height>61</height>
+ <bottom>0</bottom>
+ <right>0</right>
<visible>Control.HasFocus(10)</visible>
<texture colordiffuse="button_focus">lists/focus.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
- <width>820</width>
- <height>60</height>
+ <bottom>0</bottom>
+ <right>10</right>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>