mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
wrong size, backing out for now
This commit is contained in:
parent
682b75048c
commit
3e13f52746
Binary file not shown.
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 18 KiB |
@ -47,12 +47,12 @@
|
|||||||
|
|
||||||
<dialog xmlns:html="http://www.w3.org/1999/xhtml"
|
<dialog xmlns:html="http://www.w3.org/1999/xhtml"
|
||||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||||
id="aboutdlg"
|
|
||||||
buttons="accept"
|
buttons="accept"
|
||||||
onload="onLoad();"
|
onload="onLoad();"
|
||||||
title="&aboutDialog.title;"
|
title="&aboutDialog.title;"
|
||||||
width="300" height="315">
|
width="306" height="381"
|
||||||
|
style="padding: 0px;">
|
||||||
|
|
||||||
<script type="application/x-javascript">
|
<script type="application/x-javascript">
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
function onLoad() {
|
function onLoad() {
|
||||||
@ -62,25 +62,23 @@
|
|||||||
hidversionField.value = brandShortNameEl.firstChild.nodeValue + ' ' + navigator.vendorSub + ' (' + navigator.productSub + ')';
|
hidversionField.value = brandShortNameEl.firstChild.nodeValue + ' ' + navigator.vendorSub + ' (' + navigator.productSub + ')';
|
||||||
versionField.value = hidversionField.value;
|
versionField.value = hidversionField.value;
|
||||||
versionField.width = hidversionField.width;
|
versionField.width = hidversionField.width;
|
||||||
var userAgentField = document.getElementById("userAgent");
|
|
||||||
userAgentField.value = navigator.userAgent;
|
|
||||||
}
|
}
|
||||||
]]>
|
]]>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<vbox flex="1">
|
<vbox align="center" flex="1">
|
||||||
<image src="chrome://messenger/content/about-thunderbird.png"/>
|
<image src="chrome://messenger/content/about-thunderbird.png"/>
|
||||||
<vbox style="padding: 8px 10px 10px 8px;" align="center" flex="1">
|
|
||||||
<separator class="thin"/>
|
<hbox>
|
||||||
<hbox>
|
<vbox>
|
||||||
<label id="hidversionField" style="padding: 0px; visibility: hidden; font-weight: bold;"/>
|
<label id="hidversionField" style="padding: 0px; visibility: hidden; font-weight: bold;"/>
|
||||||
<textbox id="versionField" readonly="true" class="plain" style="padding-left: 6px !important; font-weight: bold;" tabindex="2"/>
|
<textbox id="versionField" readonly="true" class="plain" style="padding-left: 6px !important; font-weight: bold;" tabindex="2"/>
|
||||||
</hbox>
|
</vbox>
|
||||||
<spacer flex="1"/>
|
</hbox>
|
||||||
<textbox id="userAgent" multiline="true" readonly="true" cols="60"/>
|
|
||||||
<html:a href="©rightLink;" style="display: block; color: blue; text-decoration: underline;" tabindex="3">©right;</html:a>
|
<separator class="thin"/>
|
||||||
<spacer flex="1"/>
|
|
||||||
</vbox>
|
<html:a href="©rightLink;" style="display: block; color: blue; text-decoration: underline;" tabindex="3">©right;</html:a>
|
||||||
</vbox>
|
</vbox>
|
||||||
<separator class="groove"/>
|
<separator class="groove"/>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user