diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2016-12-19 09:22:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-19 09:22:07 +0100 |
commit | eed32e78d50648b1004b119cb4ecb8647a98e35e (patch) | |
tree | 7d6a256f8f13208d7b9be9084b2bc152c458fc71 /addons/skin.estuary/xml/SettingsProfile.xml | |
parent | 3fb350bb3a7439721abc4d6d0923b89330b1a480 (diff) | |
parent | 56adcfc01b2021f75a4d1985918caca730cd8d77 (diff) |
Merge pull request #11219 from phil65/krypton_update17.0b7-Krypton
[estuary] sync
Diffstat (limited to 'addons/skin.estuary/xml/SettingsProfile.xml')
-rw-r--r-- | addons/skin.estuary/xml/SettingsProfile.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/addons/skin.estuary/xml/SettingsProfile.xml b/addons/skin.estuary/xml/SettingsProfile.xml index 06abe32085..725a7157f1 100644 --- a/addons/skin.estuary/xml/SettingsProfile.xml +++ b/addons/skin.estuary/xml/SettingsProfile.xml @@ -194,9 +194,9 @@ <scrolltime>300</scrolltime> <itemlayout height="90" width="470"> <control type="label"> - <textoffsetx>30</textoffsetx> - <width>470</width> - <height>90</height> + <left>30</left> + <right>30</right> + <bottom>0</bottom> <label>$INFO[ListItem.Label]</label> <font>font37</font> <aligny>center</aligny> @@ -204,18 +204,18 @@ </itemlayout> <focusedlayout height="90" width="470"> <control type="image"> - <width>470</width> - <height>90</height> + <right>0</right> + <bottom>0</bottom> <texture colordiffuse="button_focus">lists/focus.png</texture> <animation effect="fade" start="100" end="50" time="40" condition="!Control.HasFocus(9000)">Conditional</animation> </control> <control type="label"> - <textoffsetx>30</textoffsetx> - <width>470</width> - <height>90</height> + <left>30</left> + <right>30</right> + <bottom>0</bottom> + <label>$INFO[ListItem.Label]</label> <font>font37</font> <aligny>center</aligny> - <label>$INFO[ListItem.Label]</label> </control> </focusedlayout> <content> |