[gsettings-desktop-schemas] Magnifier: change default focus-tracking key



commit 033be59059fcb54bf2a7d4819c1407d38f3479a5
Author: Magdalen Berns <m berns thismagpie com>
Date:   Fri Nov 7 17:31:41 2014 +0000

    Magnifier: change default focus-tracking key
    
    Where the default for focus-tracking was 'push' this has meant that
    focused items would often fall out of range, because coordinates
    for 'pushing' are taken from the top left hand side. Changing the
    default for focus-tracking to proportional allows the focused widget
    to not be pushed out of range.
    
    Bug:https://bugzilla.gnome.org/show_bug.cgi?id=721146

 ....gnome.desktop.a11y.magnifier.gschema.xml.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/schemas/org.gnome.desktop.a11y.magnifier.gschema.xml.in.in 
b/schemas/org.gnome.desktop.a11y.magnifier.gschema.xml.in.in
index 817417b..573b64e 100644
--- a/schemas/org.gnome.desktop.a11y.magnifier.gschema.xml.in.in
+++ b/schemas/org.gnome.desktop.a11y.magnifier.gschema.xml.in.in
@@ -22,7 +22,7 @@
       </_description>
     </key>
     <key name="focus-tracking" enum="org.gnome.desktop.GDesktopMagnifierFocusTrackingMode">
-      <default>'push'</default>
+      <default>'proportional'</default>
       <_summary>Focus Tracking Mode</_summary>
       <_description>
         Determines the position of the focused widget within magnified view.


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