[gsettings-desktop-schemas/wip/window-scales] interface: Add window-scaling-factor setting



commit 10838220f7667358971a07d7f22f652dd5be97c3
Author: Alexander Larsson <alexl redhat com>
Date:   Mon Jul 1 14:09:50 2013 +0200

    interface: Add window-scaling-factor setting
    
    This controls the HiDPI style window scaling factor. It defaults
    to 0 which means that gnome-settings-daemon will calculate the
    default based on the current monitor dpi.

 .../org.gnome.desktop.interface.gschema.xml.in.in  |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/schemas/org.gnome.desktop.interface.gschema.xml.in.in 
b/schemas/org.gnome.desktop.interface.gschema.xml.in.in
index c3fab9e..ce1e592 100644
--- a/schemas/org.gnome.desktop.interface.gschema.xml.in.in
+++ b/schemas/org.gnome.desktop.interface.gschema.xml.in.in
@@ -118,6 +118,15 @@
         Factor used to enlarge or reduce text display, without changing font size.
       </_description>
     </key>
+    <key name="window-scaling-factor" type="i">
+      <range min="0" max="2147483647"/>
+      <default>0</default>
+      <_summary>Window scaling factor</_summary>
+      <_description>
+        Integer factor used to scale windows by. For use on high-dpi screens.
+       0 means pick automatically based on monitor.
+      </_description>
+    </key>
     <key name="gtk-im-preedit-style" type="s">
       <default>'callback'</default>
       <_summary>GTK IM Preedit Style</_summary>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]