mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1038635 - zoom doesn't work in the email composer. r=neil
This commit is contained in:
parent
edeb1697d6
commit
213937979e
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user