Greetings
dypsis wrote:Thanks for that mate.There are no tooltips for the "Volume" and "Progress Bar".Why no installer?
the tooltips don't show because of the missing sliders , its already fixed and comes in next version with installer

,I'm waiting for the next MR version.
Dreadlau:
I'm having the same extra header appearing that I had with the 7on MR skin.
Ah now i got it ,it's the lyrics panel ,i separate them from info panel ,i prefer this layout, you can close it from MR menu or with the close button.
Edit: Also, I was wondering if it's possible to change the icons on the headers of the external panels.
As it is right now they all share the same icon.
You can change or delete them in the HTML file from skin.
look at:
Code: Select all
<div id="external" class="box2">
<div id="external_header" class="header" onclick="toggleVisible('external_content')">
<img src="images/Suchen.png" align="left"/><img src="images/hide.gif" align="right" onclick="Close('external')" /><img id="external_icon" src="images/mini.gif" align="right" />
<div id="external_title"></div>
</div>
<div id="external_content" class="content"></div>
<div id="external_footer" class="footer"></div>
delete
Code: Select all
<img src="images/Suchen.png" align="left"/>
or change the png file in the images folder and don't forget to rename it in the HTML file