diff options
Diffstat (limited to 'addons/skin.confluence/720p/DialogSongInfo.xml')
-rw-r--r-- | addons/skin.confluence/720p/DialogSongInfo.xml | 55 |
1 files changed, 9 insertions, 46 deletions
diff --git a/addons/skin.confluence/720p/DialogSongInfo.xml b/addons/skin.confluence/720p/DialogSongInfo.xml index b8fe9385b4..a0c7802d15 100644 --- a/addons/skin.confluence/720p/DialogSongInfo.xml +++ b/addons/skin.confluence/720p/DialogSongInfo.xml @@ -11,52 +11,15 @@ <control type="group"> <include>VisibleFadeEffect</include> <visible>!Window.IsVisible(MusicInformation)</visible> - <control type="image"> - <description>background image</description> - <left>0</left> - <top>0</top> - <width>910</width> - <height>510</height> - <texture border="40">DialogBack.png</texture> - </control> - <control type="image"> - <description>Dialog Header image</description> - <left>40</left> - <top>16</top> - <width>830</width> - <height>40</height> - <texture>dialogheader.png</texture> - </control> - <control type="label"> - <description>header label</description> - <left>40</left> - <top>20</top> - <width>830</width> - <height>30</height> - <font>font13_title</font> - <label>$LOCALIZE[658]</label> - <align>center</align> - <aligny>center</aligny> - <textcolor>selected</textcolor> - <shadowcolor>black</shadowcolor> - </control> - <control type="button"> - <description>Close Window button</description> - <left>820</left> - <top>14</top> - <width>64</width> - <height>32</height> - <label>-</label> - <font>-</font> - <onclick>PreviousMenu</onclick> - <texturefocus>DialogCloseButton-focus.png</texturefocus> - <texturenofocus>DialogCloseButton.png</texturenofocus> - <onleft>3</onleft> - <onright>3</onright> - <onup>3</onup> - <ondown>3</ondown> - <visible>system.getbool(input.enablemouse)</visible> - </control> + <include name="DialogBackgroundCommons"> + <param name="DialogBackgroundWidth" value="910" /> + <param name="DialogBackgroundHeight" value="510" /> + <param name="DialogHeaderWidth" value="830" /> + <param name="DialogHeaderLabel" value="$LOCALIZE[658]" /> + <param name="DialogHeaderId" value="2" /> + <param name="CloseButtonLeft" value="820" /> + <param name="CloseButtonNav" value="3" /> + </include> <control type="label"> <description>Song Title value</description> <left>40</left> |