vcl/README.vars.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7606097a734ec1f32bb2e3968b44305649523053 Author: Michael Weghorn <[email protected]> AuthorDate: Sun Dec 24 00:23:39 2023 +0100 Commit: Michael Weghorn <[email protected]> CommitDate: Sun Dec 24 10:16:41 2023 +0100 vcl/README.vars: SAL_FORCEDPI works for all Linux vcl plugins Running any of the Linux VCL plugins with SAL_FORCEDPI=192 resulted in a scaled UI for all of them in a quick test, so update the README accordingly. Change-Id: I57b2b716c84556be6b66ed51f9c5198bacf10030 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161264 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> diff --git a/vcl/README.vars.md b/vcl/README.vars.md index 5d16941aaa6b..44764cbb0a14 100644 --- a/vcl/README.vars.md +++ b/vcl/README.vars.md @@ -7,7 +7,7 @@ These are the general environment variables used in the VCL: * `SAL_USE_VCLPLUGIN` - use a VCL plugin * `SAL_RTL_ENABLED` - Enable RTL UI * `SAL_NO_NWF` - disable native widgets -* `SAL_FORCEDPI` - force a specific DPI (gtk3 & qt5/kf5 plugins only) +* `SAL_FORCEDPI` - force a specific DPI (gen, gtk3/gtk4, qt5/qt6/kf5/kf6 plugins only) * `SAL_FORCE_HC` - force high-contrast mode * `SAL_USE_SYSTEM_LOOP` - calls std::abort on nested event loop calls. Currently just for Qt with many crashes. WIP.
