Ability to scale the application
Is your feature request related to a problem? Please describe. I would like to request ability to scale the whole application (not only the font). I used the GtkInspector to increase it, but it won't stay if the application exists. Using flatpak version and steps from https://github.com/alainm23/planify/issues/792 no longer work.
Describe the solution you'd like A scaling option in preferences to scale to from 100% to 200% - 110%, 120%, etc.
I too need this feature. However, I found out thanks to Claude Sonnet that adding GDK_SCALE=2 before the command works. It does not seem to work with decimal number though.
GDK_SCALE=2 flatpak run io.github.alainm23.planify
In the desktop file:
Exec=env GDK_SCALE=2 /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=io.github.alainm23.planify io.github.alainm23.planify
In my case it was at : /var/lib/flatpak/app/io.github.alainm23.planify/x86_64/stable/some_hash/export/share/applications/io.github.alainm23.planify.desktop