summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2018-02-01 00:11:47 -0500
committerMartin Wimpress <[email protected]>2018-02-06 03:57:24 -0800
commit23de7a1e436101bd965235900691520311c6e245 (patch)
treef363bd46f25ec4fafcb6d81930c82d83768a85e6
parentec0c8c8cc3f7ce38600b3a9e8061518b82e66f3a (diff)
downloadmate-desktop-23de7a1e436101bd965235900691520311c6e245.tar.bz2
mate-desktop-23de7a1e436101bd965235900691520311c6e245.tar.xz
Add gsettings for window scaling factor
-rw-r--r--schemas/org.mate.interface.gschema.xml.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/schemas/org.mate.interface.gschema.xml.in b/schemas/org.mate.interface.gschema.xml.in
index 9080dbc..605c2e1 100644
--- a/schemas/org.mate.interface.gschema.xml.in
+++ b/schemas/org.mate.interface.gschema.xml.in
@@ -170,5 +170,11 @@
<summary>Only show mnemonics on when the Alt key is pressed</summary>
<description>Whether mnemonics should be automatically shown and hidden when the user presses the Alt key.</description>
</key>
+ <key name="window-scaling-factor" type="i">
+ <default>0</default>
+ <range min="0" max="2"/>
+ <summary>Window Scaling Factor</summary>
+ <description>Internal scale factor that maps from window coordiantes 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. After changing this value, the window manager, the panel, and the desktop (caja) may need to be restarted.</description>
+ </key>
</schema>
</schemalist>