summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2023-12-24 00:23:39 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2023-12-24 10:16:41 +0100
commit7606097a734ec1f32bb2e3968b44305649523053 (patch)
tree903212d15a05a9d6d615610699831d45387b92ba /vcl
parent792b6fec15099242ad93e0b6a341c02035f049fe (diff)
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 <m.weghorn@posteo.de>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/README.vars.md2
1 files changed, 1 insertions, 1 deletions
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.