aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/xml/DialogFavourites.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/skin.estuary/xml/DialogFavourites.xml')
-rw-r--r--addons/skin.estuary/xml/DialogFavourites.xml76
1 files changed, 0 insertions, 76 deletions
diff --git a/addons/skin.estuary/xml/DialogFavourites.xml b/addons/skin.estuary/xml/DialogFavourites.xml
deleted file mode 100644
index 73b6309421..0000000000
--- a/addons/skin.estuary/xml/DialogFavourites.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<window>
- <defaultcontrol always="true">450</defaultcontrol>
- <include>Animation_DialogPopupOpenClose</include>
- <controls>
- <control type="group">
- <centertop>50%</centertop>
- <centerleft>50%</centerleft>
- <width>1540</width>
- <height>858</height>
- <include content="DialogBackgroundCommons">
- <param name="width" value="1540" />
- <param name="height" value="858" />
- <param name="header_label" value="$LOCALIZE[1036]" />
- <param name="header_id" value="2" />
- </include>
- <include content="UpDownArrows">
- <param name="container_id" value="450" />
- <param name="posx" value="746" />
- <param name="up_posy" value="-40" />
- <param name="down_posy" value="876" />
- </include>
- <control type="scrollbar" id="60">
- <right>0</right>
- <top>70</top>
- <width>12</width>
- <bottom>0</bottom>
- <onleft>450</onleft>
- <onright>450</onright>
- <orientation>vertical</orientation>
- </control>
- <control type="panel" id="450">
- <left>10</left>
- <top>70</top>
- <width>1600</width>
- <bottom>0</bottom>
- <onleft>60</onleft>
- <onright>60</onright>
- <onup>450</onup>
- <ondown>450</ondown>
- <preloaditems>2</preloaditems>
- <pagecontrol>60</pagecontrol>
- <scrolltime tween="sine">200</scrolltime>
- <orientation>vertical</orientation>
- <itemlayout width="300" height="380">
- <control type="group">
- <top>10</top>
- <include content="InfoWallMusicLayout">
- <param name="fallback_image" value="DefaultFavourites.png" />
- </include>
- </control>
- </itemlayout>
- <focusedlayout width="300">
- <control type="group">
- <top>10</top>
- <include content="InfoWallMusicLayout">
- <param name="fallback_image" value="DefaultFavourites.png" />
- <param name="focused" value="true" />
- </include>
- </control>
- </focusedlayout>
- </control>
- <control type="textbox">
- <left>300</left>
- <top>90</top>
- <width>900</width>
- <bottom>0</bottom>
- <aligny>center</aligny>
- <align>center</align>
- <label>$LOCALIZE[31025]</label>
- <font>font45_title</font>
- <visible>Integer.IsEqual(Container(450).NumItems,0)</visible>
- </control>
- </control>
- </controls>
-</window>