diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-12-12 10:08:08 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-12-12 10:08:08 +0100 |
| commit | f38d1cf42490a1719a96528143e863b3a4b9f999 (patch) | |
| tree | b75c7081226b65912b85de7c6f51ed5ec57f1113 /documentation/src/osissues.dox | |
| parent | 5ef962781fb04f63c6e327ce395d81457838cd61 (diff) | |
Documentation: fix outdated statements of quantities being expressed in pixels
Diffstat (limited to 'documentation/src/osissues.dox')
| -rw-r--r-- | documentation/src/osissues.dox | 2 |
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. |
