diff options
Diffstat (limited to 'abs/core/linhes-theme/install-ui.xml')
-rw-r--r-- | abs/core/linhes-theme/install-ui.xml | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/abs/core/linhes-theme/install-ui.xml b/abs/core/linhes-theme/install-ui.xml index a521256..1c95ef3 100644 --- a/abs/core/linhes-theme/install-ui.xml +++ b/abs/core/linhes-theme/install-ui.xml @@ -63,14 +63,23 @@ <cutdown>yes</cutdown> </textarea> + <imagetype name="LHLogo"> + <area>365,450,550,179</area> + <preserveaspect>true</preserveaspect> + <filename>images/LHLogoAndText.png</filename> + </imagetype> + <imagetype name="logo"> - <position>565,500</position> + <area>107,465,150,150</area> <preserveaspect>true</preserveaspect> - <!--<crop>x,y,w,h</crop>--> - <filepattern low="0" high="30">/usr/MythVantage/logos/logo-%1.png</filepattern> + <filepattern low="1" high="6">/usr/MythVantage/logos/logo-%1.png</filepattern> <delay>5000</delay> </imagetype> + <imagetype name="logo2" from="logo"> + <area>1022,465,150,150</area> + </imagetype> + </window> </mythuitheme> |