summaryrefslogtreecommitdiff
path: root/documentation/src/osissues.dox
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-12-12 10:08:08 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-12-12 10:08:08 +0100
commitf38d1cf42490a1719a96528143e863b3a4b9f999 (patch)
treeb75c7081226b65912b85de7c6f51ed5ec57f1113 /documentation/src/osissues.dox
parent5ef962781fb04f63c6e327ce395d81457838cd61 (diff)
Documentation: fix outdated statements of quantities being expressed in pixels
Diffstat (limited to 'documentation/src/osissues.dox')
-rw-r--r--documentation/src/osissues.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/src/osissues.dox b/documentation/src/osissues.dox
index 085f30b58..fa17aec7e 100644
--- a/documentation/src/osissues.dox
+++ b/documentation/src/osissues.dox
@@ -1044,7 +1044,7 @@ cannot call any FLTK functions.
FLTK Wayland apps automatically scale according to the Wayland-defined, integer-valued
scale factor. On a HiDPI display, it's enough to set this factor to 2 for
any FLTK app to be drawn using twice as many pixels and thus to be as readable
-as it is on a regular display. With the gnome desktop, that is achieved in the
+as it is on a regular display. With the gnome and KDE-plasma desktops, that is achieved in the
"Displays" section of the "Settings" application, selecting 200 % for the "Scale" parameter.
In addition to this, FLTK apps can also be scaled up or down typing ctrl/+/-/0/
and with the \c FLTK_SCALING_FACTOR environment variable.