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
Родитель cb2c05ae1d
Коммит c935c5b057
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -155,6 +155,15 @@
<property name="commandManager" <property name="commandManager"
readonly="true" readonly="true"
onget="return this.webNavigation.QueryInterface(Components.interfaces.nsIInterfaceRequestor).getInterface(Components.interfaces.nsICommandManager);"/> 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> </implementation>
</binding> </binding>