summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPiotr Jurkiewicz <[email protected]>2016-04-22 00:47:46 +0200
committerPiotr Jurkiewicz <[email protected]>2016-05-27 00:59:38 +0200
commit921505df63f9fa55089b519bd86292101e6921ca (patch)
tree5e3cc24c6a3b29f4781be8eed2f5fa01747ff0d6 /data
parent4b5081e254009fb9ee31fc5d4c2b81ee1cd3cfe6 (diff)
downloadmate-settings-daemon-921505df63f9fa55089b519bd86292101e6921ca.tar.bz2
mate-settings-daemon-921505df63f9fa55089b519bd86292101e6921ca.tar.xz
Use 'rgba' (LCD subpixel) antialiasing by default
Diffstat (limited to 'data')
-rw-r--r--data/org.mate.font-rendering.gschema.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.mate.font-rendering.gschema.xml.in b/data/org.mate.font-rendering.gschema.xml.in
index 3c292a1..297e68d 100644
--- a/data/org.mate.font-rendering.gschema.xml.in
+++ b/data/org.mate.font-rendering.gschema.xml.in
@@ -23,7 +23,7 @@
<description>The resolution used for converting font sizes to pixel sizes, in dots per inch.</description>
</key>
<key name="antialiasing" enum="org.mate.font-rendering.Antialiasing">
- <default>'grayscale'</default>
+ <default>'rgba'</default>
<summary>Antialiasing</summary>
<description>The type of antialiasing to use when rendering fonts. Possible values are: "none" for no antialiasing, "grayscale" for standard grayscale antialiasing, and "rgba" for subpixel antialiasing (LCD screens only).</description>
</key>