45102 - theme preview images in prefwindow, r=hangas

This commit is contained in:
hewitt%netscape.com 2000-09-06 22:18:14 +00:00
parent f54015e372
commit e059927594
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
chrome:author="mozilla.org"
chrome:description="A theme for all Communicator components that simulates a traditional native look and feel. This is the default theme for Mozilla."
chrome:name="classic/1.0"
chrome:image="resource:/chrome/skins/classic/preview.png">
chrome:image="jar:resource:///chrome/skins/classic.jar!/preview.png">
<chrome:packages>
<RDF:Seq about="urn:mozilla:skin:classic/1.0:packages">
<RDF:li resource="urn:mozilla:skin:classic/1.0:communicator"/>

View File

@ -14,7 +14,7 @@
chrome:author="mozilla.org"
chrome:description="A contemporary theme for all Communicator components."
chrome:name="modern/1.0"
chrome:image="resource:/chrome/skins/modern/preview.png">
chrome:image="jar:resource:///chrome/skins/modern.jar!/preview.png">
<chrome:packages>
<RDF:Seq about="urn:mozilla:skin:modern/1.0:packages">
<RDF:li resource="urn:mozilla:skin:modern/1.0:communicator"/>

View File

@ -72,7 +72,7 @@
<separator class="thin"/>
<box class="inset" style="overflow: auto; height: 8em;">
<box class="inset" align="center" style="overflow: hidden; height: 92px; background-color: #000000; padding: 2px;">
<image id="previewImage"/>
</box>