Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/rpms/sugar/0017-Add-font-dpi-schema.patch
blob: 858b332bb525b57fcf9a324f447430e990d00a4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
From cd0ea7bfa330b45351a9aa61c85b39dfc376bf8d Mon Sep 17 00:00:00 2001
From: Jorge Saldivar <jsaldivar@paraguayeduca.org>
Date: Fri, 18 Jun 2010 13:02:46 -0400
Subject: [PATCH sugar 17/74] Add font dpi schema

---
 data/sugar.schemas.in |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/data/sugar.schemas.in b/data/sugar.schemas.in
index 8b3e1ad..c9bc7fe 100644
--- a/data/sugar.schemas.in
+++ b/data/sugar.schemas.in
@@ -260,6 +260,17 @@
         <long>Font size that is used throughout the desktop.</long>
       </locale>
     </schema>
+    <schema>
+      <key>/schemas/desktop/sugar/font/dpi</key>
+      <applyto>/desktop/sugar/font/dpi</applyto>
+      <owner>sugar</owner>
+      <type>int</type>
+      <default>200</default>
+      <locale name="C">
+        <short>Default font dpi</short>
+        <long>Font dpi that is used throughout the desktop.</long>
+      </locale>
+    </schema>
 
     <schema>
       <key>/schemas/desktop/sugar/i18n/langpackdir</key>
-- 
1.7.6