Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiovanni Panozzo <giovanni@panozzo.it>2019-07-17 11:22:17 +0300
committerGiovanni Panozzo <giovanni@panozzo.it>2019-07-17 11:22:17 +0300
commitc7bbe30f8f8e73f331a4ac7e688adfc65f90e903 (patch)
treea72accee59ff3f7db5b08a320928b0ab1e3b5359 /Problems-and-tweaks
parent6008cf1280a314266194e715c9dce6929bc5428f (diff)
Update Remmina RDP and HiDPI scaling
Diffstat (limited to 'Problems-and-tweaks')
-rw-r--r--Problems-and-tweaks/Remmina-RDP-and-HiDPI-scaling.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Problems-and-tweaks/Remmina-RDP-and-HiDPI-scaling.md b/Problems-and-tweaks/Remmina-RDP-and-HiDPI-scaling.md
index e32cc6f..88caa27 100644
--- a/Problems-and-tweaks/Remmina-RDP-and-HiDPI-scaling.md
+++ b/Problems-and-tweaks/Remmina-RDP-and-HiDPI-scaling.md
@@ -28,5 +28,5 @@ This makes Remmina impossible to correctly deal with local scaling: Remmina can
## How should it work
Windows 10, MacOS, KDE/Qt have a simple approach to HiDPI: an application can declare itself to be HiDPI aware. When the application declares itself HiDPI aware, all graphical drawings to the monitor are not scaled, all pointer motions are not scaled, all mouse cursor are not scaled. But all wigets of the application, like buttons, texts are still correctly rendered at bigger dimensions. Under Qt this can obtained with a single line of code: `QGuiApplication::setAttribute(Qt::AA_DisableHighDpiScaling);`
-Unfortunately, Remmina is not a Qt application, it's a GTK application. And Gnome Shell is not KDE.
+Unfortunately, Remmina is not a Qt application, it's a GTK application. And Gnome Shell is not Plasma.