diff options
Diffstat (limited to 'addons/skin.estuary/xml/EventLog.xml')
-rw-r--r-- | addons/skin.estuary/xml/EventLog.xml | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/addons/skin.estuary/xml/EventLog.xml b/addons/skin.estuary/xml/EventLog.xml index ee2a127f12..ee9d3ab574 100644 --- a/addons/skin.estuary/xml/EventLog.xml +++ b/addons/skin.estuary/xml/EventLog.xml @@ -23,7 +23,7 @@ <ondown>50</ondown> <viewtype label="535">list</viewtype> <pagecontrol>60</pagecontrol> - <scrolltime>200</scrolltime> + <scrolltime tween="cubic" easing="out">500</scrolltime> <itemlayout height="141" width="eventloglist_width"> <control type="image"> <left>10</left> @@ -50,7 +50,8 @@ <right>20</right> <height>60</height> <aligny>top</aligny> - <label>[COLOR grey]$INFO[ListItem.Property(Event.Description)][/COLOR]</label> + <textcolor>grey</textcolor> + <label>$INFO[ListItem.Property(Event.Description)]</label> </control> <control type="label"> <left>0</left> @@ -96,7 +97,7 @@ <right>20</right> <height>60</height> <aligny>top</aligny> - <label>[COLOR grey]$INFO[ListItem.Property(Event.Description)][/COLOR]</label> + <label>$INFO[ListItem.Property(Event.Description)]</label> </control> <control type="label"> <left>0</left> @@ -120,7 +121,7 @@ <orientation>vertical</orientation> <itemgap>-8.5</itemgap> <left>0</left> - <top>162</top> + <top>120</top> <onup>9000</onup> <ondown>9000</ondown> <onleft>50</onleft> @@ -136,7 +137,6 @@ <texturefocus colordiffuse="button_focus">lists/focus.png</texturefocus> <alttexturenofocus></alttexturenofocus> <alttexturefocus colordiffuse="button_focus">lists/focus.png</alttexturefocus> - <textwidth>300</textwidth> <textoffsety>35</textoffsety> <label>$LOCALIZE[31032]: $LOCALIZE[584]</label> <altlabel>$LOCALIZE[31032]: $LOCALIZE[585]</altlabel> @@ -160,12 +160,17 @@ <param name="onclick" value="" /> <param name="label" value="$LOCALIZE[192]" /> </include> + <include content="PlaylistWindowButton"> + <param name="control_id" value="501" /> + <param name="onclick" value="ActivateWindow(systemsettings,logging)" /> + <param name="label" value="$LOCALIZE[5]" /> + </include> </control> <control type="image"> - <left>40</left> - <bottom>100</bottom> - <width>340</width> - <height>360</height> + <left>70</left> + <bottom>90</bottom> + <width>300</width> + <height>300</height> <fadetime>300</fadetime> <aspectratio aligny="bottom">keep</aspectratio> <texture fallback="DefaultVideo.png">$INFO[ListItem.Icon]</texture> |