diff --git a/includes/skin/UNLskin.zip b/includes/skin/UNLskin.zip index bf5b26944e843120f796e2ed4d90aed5604409ad..3c70de3df56a94bfdc033c9548ea31bdac654e23 100644 Binary files a/includes/skin/UNLskin.zip and b/includes/skin/UNLskin.zip differ diff --git a/includes/skin/UNLskin/UNLskin.xml b/includes/skin/UNLskin/UNLskin.xml index 81f306f98ca3d9a8cd777f507109839726acc152..61bd44cbae577e2740f7c422bc12da64efb80c61 100755 --- a/includes/skin/UNLskin/UNLskin.xml +++ b/includes/skin/UNLskin/UNLskin.xml @@ -65,7 +65,7 @@ <component name="display"> <elements> - <element name="background" src="background.png" /> + <element name="background" src="unl-logo.png" /> <element name="playIcon" src="playIcon.png" /> <element name="muteIcon" src="muteIcon.png" /> <element name="errorIcon" src="errorIcon.png" /> @@ -88,6 +88,12 @@ <element name="sliderThumb" src="sliderThumb.png" /> </elements> </component> + + <component name='unl'> + <elements> + <element name='dockIcon' src='unl-logo.png' /> + </elements> + </component> </components> </skin> \ No newline at end of file diff --git a/includes/skin/UNLskin/display/unl-logo.png b/includes/skin/UNLskin/display/unl-logo.png new file mode 100644 index 0000000000000000000000000000000000000000..a2b9fabecefb744db42d9884676d27ac27c57b3c Binary files /dev/null and b/includes/skin/UNLskin/display/unl-logo.png differ