Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

[Feature request] Zoom #114

Closed
MarcRdC opened this issue Sep 10, 2017 · 4 comments
Closed

[Feature request] Zoom #114

MarcRdC opened this issue Sep 10, 2017 · 4 comments
Assignees
Milestone

Comments

@MarcRdC
Copy link

MarcRdC commented Sep 10, 2017

Being able to zoom in and out as in Web browsers would be great. Thanks.

@ColinDuquesnoy ColinDuquesnoy self-assigned this Sep 10, 2017
@ColinDuquesnoy ColinDuquesnoy added this to the 3.1 milestone Sep 10, 2017
@ColinDuquesnoy
Copy link
Owner

ColinDuquesnoy commented Sep 10, 2017

I agree this could be useful. QtWebEngine allow to set the zoomFactor so this should be easy to implement.

@ColinDuquesnoy
Copy link
Owner

You can zoom in with Ctrl++, zoom out with Ctrl+- and reset zoom with Ctrl+0.

I could not get the mouse wheel event from the web view and the hackish workaround I found to zoom with Ctrl+Wheel messed up cursor shape on mouse over from the DOM so I removed it.

ColinDuquesnoy added a commit that referenced this issue Sep 30, 2017
@MarcRdC
Copy link
Author

MarcRdC commented Oct 22, 2017

Thank you for the implementation. Is it possible to automatically reapply the zoom factor at launch time?

@ColinDuquesnoy
Copy link
Owner

It should be possible, I've opened issue #141 for improvement to state restoration (not only zoom factor). Feel free to comment on #141 if you thing there are other settings that would be nice to restore.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants