summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2018-05-25 22:52:31 -0400
committerraveit65 <[email protected]>2018-05-31 10:55:04 +0200
commit202d57024663f8b72a93b067c0d9c45136ef8a96 (patch)
tree44158a9475260b968099707892eefa7aa7b6a6c6
parente71d5486c0749e59baef9fbf1fe6f68007ad1d1c (diff)
downloadmate-desktop-202d57024663f8b72a93b067c0d9c45136ef8a96.tar.bz2
mate-desktop-202d57024663f8b72a93b067c0d9c45136ef8a96.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>