From fa7491d5f4c4a3b965635f16a2fb2d113c69f45a Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Fri, 25 May 2018 22:52:31 -0400 Subject: Add toggle for synchronizing QT_SCALE_FACTOR to GDK_SCALE_FACTOR When enabled (default), m-s-d will attempt to set QT_SCALE_FACTOR during the init phase. When disabled, the user can then choose to control this env var elsewhere. --- schemas/org.mate.interface.gschema.xml.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/schemas/org.mate.interface.gschema.xml.in b/schemas/org.mate.interface.gschema.xml.in index 728cd81..5b579ee 100644 --- a/schemas/org.mate.interface.gschema.xml.in +++ b/schemas/org.mate.interface.gschema.xml.in @@ -174,7 +174,12 @@ 0 Window Scaling Factor - Internal scale factor that maps from window coordinates to the actual device pixels. On traditional systems this is 1, but on very high density displays (e.g. HiDPI, Retina) this can be a higher value (often 2). Set to 0 to auto-detect. + This controls the GTK scale factor that maps from window coordinates to the actual device pixels. On traditional systems this is 1, but on very high density displays (e.g. HiDPI, Retina) this can be a higher value (often 2). Set to 0 to auto-detect. + + + true + Scaling Factor for QT appllications + This setting determines whether MATE controls the scale factor for QT applications. Enable to synchronize with the GTK scale factor when initializing the session, disable to control this value elsewhere. Requires restarting your session. -- cgit v1.2.1