diff options
author | louis <louis.braun@gmx.de> | 2015-01-13 12:54:37 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-01-13 12:54:37 +0100 |
commit | 604ae1c8ccc14fd991a535106316f9eff90ae8ac (patch) | |
tree | 6d3da6ad6c7bdf51ec0e20e6590637b8e6ae1a05 | |
parent | e13811af7f525f973257dcb1bb833fcff7732dc8 (diff) | |
parent | 0622590480eae253cfdd0ffa5a072918e3c5c3e8 (diff) | |
download | vdr-plugin-skindesigner-604ae1c8ccc14fd991a535106316f9eff90ae8ac.tar.gz vdr-plugin-skindesigner-604ae1c8ccc14fd991a535106316f9eff90ae8ac.tar.bz2 |
Merge branch 'master' into weatherfc
-rw-r--r-- | skins/blackhole/xmlfiles/displaychannel.xml | 4 | ||||
-rw-r--r-- | skins/blackhole/xmlfiles/displayreplay.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/skins/blackhole/xmlfiles/displaychannel.xml b/skins/blackhole/xmlfiles/displaychannel.xml index c2f0b4e..ac901b9 100644 --- a/skins/blackhole/xmlfiles/displaychannel.xml +++ b/skins/blackhole/xmlfiles/displaychannel.xml @@ -247,13 +247,13 @@ {error} true if message is a error message --> <message> - <area x="5%" y="80%" width="90%" height="15%" layer="6"> + <area x="5%" y="25%" width="90%" height="50%" layer="6"> <drawimage condition="{status}" imagetype="skinpart" path="messageblue" x="0" y="0" width="100%" height="100%" /> <drawimage condition="{info}" imagetype="skinpart" path="messagegreen" x="0" y="0" width="100%" height="100%" /> <drawimage condition="{warning}" imagetype="skinpart" path="messageyellow" x="0" y="0" width="100%" height="100%" /> <drawimage condition="{error}" imagetype="skinpart" path="messagered" x="0" y="0" width="100%" height="100%" /> </area> - <area x="5%" y="80%" width="90%" height="15%" layer="7"> + <area x="5%" y="25%" width="90%" height="50%" layer="7"> <drawtext align="center" valign="center" font="{regular}" fontsize="40%" color="{clrWhite}" text="{text}" /> </area> </message> diff --git a/skins/blackhole/xmlfiles/displayreplay.xml b/skins/blackhole/xmlfiles/displayreplay.xml index b0ccb3d..6a458dd 100644 --- a/skins/blackhole/xmlfiles/displayreplay.xml +++ b/skins/blackhole/xmlfiles/displayreplay.xml @@ -237,13 +237,13 @@ {error} true if message is a error message --> <message> - <area x="5%" y="80%" width="90%" height="15%" layer="6"> + <area x="5%" y="25%" width="90%" height="50%" layer="6"> <drawimage condition="{status}" imagetype="skinpart" path="messageblue" x="0" y="0" width="100%" height="100%" /> <drawimage condition="{info}" imagetype="skinpart" path="messagegreen" x="0" y="0" width="100%" height="100%" /> <drawimage condition="{warning}" imagetype="skinpart" path="messageyellow" x="0" y="0" width="100%" height="100%" /> <drawimage condition="{error}" imagetype="skinpart" path="messagered" x="0" y="0" width="100%" height="100%" /> </area> - <area x="5%" y="80%" width="90%" height="15%" layer="7"> + <area x="5%" y="25%" width="90%" height="50%" layer="7"> <drawtext align="center" valign="center" font="{regular}" fontsize="40%" color="{clrWhite}" text="{text}" /> </area> </message> |