[gsettings-desktop-schemas] schema: Use system font in titlebar by default



commit 8e1002af1f4a903aa6b21aa8a9eee75488b0c6ef
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Apr 10 15:16:49 2015 +0200

    schema: Use system font in titlebar by default
    
    With the new decorations, the "system font" actually matches what GTK+
    uses for headerbars/client-side decorations, so it makes sense to prefer
    that over a hardcoded titlebar font.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=747620

 ...org.gnome.desktop.wm.preferences.gschema.xml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/schemas/org.gnome.desktop.wm.preferences.gschema.xml.in 
b/schemas/org.gnome.desktop.wm.preferences.gschema.xml.in
index 9717957..f78d354 100644
--- a/schemas/org.gnome.desktop.wm.preferences.gschema.xml.in
+++ b/schemas/org.gnome.desktop.wm.preferences.gschema.xml.in
@@ -184,7 +184,7 @@
       </description>
     </key>
     <key name="titlebar-uses-system-font" type="b">
-      <default>false</default>
+      <default>true</default>
       <summary>Use standard system font in window titles</summary>
       <description>
         If true, ignore the titlebar-font option, and use the standard


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