diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2017-09-22 05:01:25 +0200 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2017-09-22 05:01:25 +0200 |
| commit | 2424475c6a3ed4b7a5ecfbde7ce6862e6108dd74 (patch) | |
| tree | a010d6b29c09c6cfa7d1238f35e4d8a28c257bab /tests | |
| parent | 9827be183c04917fc0908733a0c7dfab8d905dd0 (diff) | |
UnitySettings: use the ubuntu-schemas path for scaling settings
(bzr r4253.4.2)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/data/external.gschema.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/data/external.gschema.xml b/tests/data/external.gschema.xml index 6d498e2a0..9b7c1a2d0 100644 --- a/tests/data/external.gschema.xml +++ b/tests/data/external.gschema.xml @@ -74,6 +74,19 @@ </key> </schema> + <schema path="/com/ubuntu/user-interface/desktop/" id="com.ubuntu.user-interface.desktop"> + <key type="u" name="scaling-factor"> + <default>0</default> + </key> + <key type="d" name="text-scaling-factor"> + <range min="0.5" max="3.0"/> + <default>1.0</default> + </key> + <key type="i" name="cursor-size"> + <default>24</default> + </key> + </schema> + <schema id="com.canonical.unity-greeter" path="/com/canonical/unity-greeter/"> <key type="s" name="logo"> <default>'/usr/share/unity-greeter/logo.png'</default> |
