diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2019-11-08 12:50:46 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2019-11-08 14:02:47 +0100 |
commit | 08ee6fb9f0f50aaf9bb9d3dfe26f610d9bbbc2ab (patch) | |
tree | fb1b308f5d47c2e2712f79d427bee08dbbcbeb45 /vcl | |
parent | f6437b3a98256cd2782164fedefbc109bf5ab114 (diff) |
Mention that SAL_FORCEDPI is used by qt5/kf5 as well
And "gtk" (i.e. gtk2) is no more, so remove that one.
Change-Id: Idc68553ff6f396a6dbc7226145cb070560c2cb93
Reviewed-on: https://gerrit.libreoffice.org/82288
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/README.vars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/README.vars b/vcl/README.vars index 0530195363d8..733d2a6cb9f3 100644 --- a/vcl/README.vars +++ b/vcl/README.vars @@ -5,7 +5,7 @@ General 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 (gtk & gtk3 plugins only) +SAL_FORCEDPI - force a specific DPI (gtk3 & qt5/kf5 plugins only) SAL_FORCE_HC - force high-contrast mode SAL_NO_FONT_LOOKUP - disable font search and fallback and always use a hard-coded font name (for some unit tests) |