[vlc-commits] commit: skins: add some transparency to the default skin (Erwan Tulou )

git at videolan.org git at videolan.org
Mon Nov 22 22:45:22 CET 2010


vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Mon Nov 22 21:32:57 2010 +0100| [f07499acd80ae3ecb30517596cb702b638907ff4] | committer: Erwan Tulou 

skins: add some transparency to the default skin

Default skin becomes slightly transparent when moved.
(deactivated by default, needs to be set up in preferences)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f07499acd80ae3ecb30517596cb702b638907ff4
---

 share/skins2/default/theme.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/skins2/default/theme.xml b/share/skins2/default/theme.xml
index 6c1ce67..12d753c 100644
--- a/share/skins2/default/theme.xml
+++ b/share/skins2/default/theme.xml
@@ -1,5 +1,5 @@
 <!DOCTYPE Theme PUBLIC "-//VideoLAN//DTD VLC Skins V2.0//EN" "skin.dtd">
-<Theme version="2.0">
+<Theme version="2.0" alpha="255" movealpha="200">
   <ThemeInfo name="subX" author="Martin Poehlmann" email="" webpage="http://www.skinconsortium.com"/>
 
   <!-- Created using the VLC Skin Editor 0.8.0.dev (http://www.videolan.org/vlc/skineditor.html)-->



More information about the vlc-commits mailing list