Bug 1038635 - zoom doesn't work in the email composer. r=neil

This commit is contained in:
Magnus Melin 2014-07-18 13:02:14 +03:00
parent edeb1697d6
commit 213937979e

View File

@ -155,6 +155,15 @@
<property name="commandManager"
readonly="true"
onget="return this.webNavigation.QueryInterface(Components.interfaces.nsIInterfaceRequestor).getInterface(Components.interfaces.nsICommandManager);"/>
<property name="fullZoom"
onget="return this.markupDocumentViewer.fullZoom;"
onset="this.markupDocumentViewer.fullZoom = val;"/>
<property name="textZoom"
onget="return this.markupDocumentViewer.textZoom;"
onset="this.markupDocumentViewer.textZoom = val;"/>
<property name="isSyntheticDocument"
onget="return this.contentDocument.isSyntheticDocument;"
readonly="true"/>
</implementation>
</binding>