зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1038635 - zoom doesn't work in the email composer. r=neil
This commit is contained in:
Родитель
cb2c05ae1d
Коммит
c935c5b057
|
@ -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>
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче