-
Notifications
You must be signed in to change notification settings - Fork 512
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 |
On my Linux machine this only scales the view of the document itself and not the UI elements (menu text, buttons, etc). I believe the OP is interested in how to scale the UI elements. As am I. thx |
A year later, the issue has been explained by me and others several times. Yet the responses are still not related to the actual issue. |
@nrvale0 i understand it and I tried to explain how it works for us. I checked on my test linux PC, all right. scale.mp4@zilexa I thought we had figured everything out. As i write before here the developer explained to me that we won’t be able to set this using configuration parameters because we are focusing on the browser scale. |
I don't know if this is the case for the OP but in my case I am running OnlyOffice via .desktop XDG launching and so there is no browser open before the application and document and thus no opportunity to pre-scale UI elements. From digging around in /opt, it looks like when launched in this manner OnlyOffice is running in the context of a sandboxed Chromium browser. So perhaps there's a config file which can be tweaked in /opt pre-startup? The ability to scale the document itself is unrelated. |
I think you have a other case, please crete a new issue and detailed fill out the form, we will check it. |
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: