summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2018-05-25 22:52:31 -0400
committerraveit65 <[email protected]>2018-05-31 10:49:38 +0200
commitfa7491d5f4c4a3b965635f16a2fb2d113c69f45a (patch)
tree5eb342bf5f0144c30607f68a300d74c5affd5ead
parentd28e06380f53dcb62a34e2ea326f9f549441d9f8 (diff)
downloadmate-desktop-fa7491d5f4c4a3b965635f16a2fb2d113c69f45a.tar.bz2
mate-desktop-fa7491d5f4c4a3b965635f16a2fb2d113c69f45a.tar.xz
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.
-rw-r--r--schemas/org.mate.interface.gschema.xml.in7
1 files changed, 6 insertions, 1 deletions
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 @@
<default>0</default>
<range min="0" max="2"/>
<summary>Window Scaling Factor</summary>
- <description>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.</description>
+ <description>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.</description>
+ </key>
+ <key name="window-scaling-factor-qt-sync" type="b">
+ <default>true</default>
+ <summary>Scaling Factor for QT appllications</summary>
+ <description>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.</description>
</key>
</schema>
</schemalist>