-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to change default scaling? #665
Comments
Hello @zilexa, sorry for the late reply. You can use this parameter https://api.onlyoffice.com/editors/config/editor/customization#zoom to constantly change the document scale. |
@igwyd no, that is document zooming, I am clearly asking about UI scaling. Many people have HiDPI screens especially on laptops. Making DocumentServer very difficult to use. |
You can scale the interface in the browser or, for example, in the operating system and documentserver support this. Do you want to scale using the documentserver configuration separately from scaling in the browser or OS? |
@zilexa please describe your request in more detail, could you provide the resolution and monitor size, as well as a screenshot of what your interface looks like? |
@igwyd my description is spot on. I explicitly mention UI scaling, not document zoom. That should clarify it completely. Using the browser to zoom only affects the document itself == just like the document zoom option bottom right only affects the document itself. Meanwhile, the UI elements stay tiny. Below I used CTRL + in Firefox 118 to increase page size. As you can see, only the document itself is now huge. The UI elements stay tiny on my 1920x1280 screen on 13.5" HP Spectre x360:
Compare this with OnlyOffice DesktopEditors, which has a dedicated option for scaling (not the document, but the GUI itself): |
If you increase the browser zoom(or OS zoom) before open the document and then open it you will see that the UI incresed too, we focus on zoom in the browser. I see you point, you want to set up interface scaling via configuration independently of the scaling of the system or browser. I asked the developers a question about it. |
Currently it does not work like it does on ANY other website. Since there is already a UI element to zoom into the document itself, as you pointed out with the red circle, the browser zoom capabilities should zoom the entire web application, not just 1 item inside it. Just like it does, on every other website. |
Actually our UI can to make bigger with |
Running DocumentServer via docker, all works, but how can I change the interface scaling?
Everything looks pretty tiny. I can zoom into the document but the UI elements stay small.
I also use Desktopeditors and I am able to set 125% permanently.
The text was updated successfully, but these errors were encountered: