diff options
author | phil65 <philipptemminghoff@gmx.de> | 2016-11-28 04:07:29 +0100 |
---|---|---|
committer | phil65 <philipptemminghoff@gmx.de> | 2016-11-28 09:42:36 +0100 |
commit | 10c3773028c171830fc75f2b9774dc3b70f67782 (patch) | |
tree | d399286d159f0ab8b43c88ce700ecfbc674f90df /addons/skin.estuary/xml/Custom_1105_MusicOSDSettings.xml | |
parent | 28b54e9741d7a6c1b6a6952c93fe01e0a532d1d0 (diff) |
[estuary] sync
Diffstat (limited to 'addons/skin.estuary/xml/Custom_1105_MusicOSDSettings.xml')
-rw-r--r-- | addons/skin.estuary/xml/Custom_1105_MusicOSDSettings.xml | 27 |
1 files changed, 8 insertions, 19 deletions
diff --git a/addons/skin.estuary/xml/Custom_1105_MusicOSDSettings.xml b/addons/skin.estuary/xml/Custom_1105_MusicOSDSettings.xml index 0ce3c31133..9956e2865f 100644 --- a/addons/skin.estuary/xml/Custom_1105_MusicOSDSettings.xml +++ b/addons/skin.estuary/xml/Custom_1105_MusicOSDSettings.xml @@ -4,29 +4,18 @@ <include>Animation_DialogPopupOpenClose</include> <controls> <control type="group"> - <top>220</top> <centerleft>50%</centerleft> <width>600</width> + <centertop>50%</centertop> + <height>700</height> <include content="DialogBackgroundCommons"> - <param name="DialogBackgroundWidth" value="600" /> - <param name="DialogBackgroundHeight" value="550" /> - <param name="DialogHeaderLabel" value="$LOCALIZE[5]" /> - <param name="DialogHeaderId" value="" /> + <param name="width" value="600" /> + <param name="height" value="80" /> + <param name="header_label" value="$LOCALIZE[5]" /> + <param name="header_id" value="" /> </include> - <control type="list" id="5000"> - <left>2</left> - <top>107</top> - <width>596</width> - <height>660</height> - <onup>5000</onup> - <ondown>5000</ondown> - <onleft>99</onleft> - <onright>61</onright> - <include content="DefaultSimpleListLayout"> - <param name="width" value="600" /> - <param name="list_id" value="5000" /> - <param name="align" value="center" /> - </include> + <control type="panel" id="5000"> + <include>ButtonMenuList</include> <content> <item> <label>$LOCALIZE[15047]</label> |