diff options
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> |