diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2014-03-20 02:46:16 +0100 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2014-03-20 02:46:16 +0100 |
| commit | 61f791baf3162813f37ba562915b9df7ed1e6a0f (patch) | |
| tree | 60fdbffeb7e5c64a395b93307b315e45ccc4c21b /tests/data | |
| parent | cf0397ca626d353c7cfa9499a876430a8fc1c60b (diff) | |
UnitySettings: apply the unity scaling factor to global system settings
We basically use the integer part of our scaling factor as the Gdk scaling factor, while we apply the point scaling to the Gdk text-scaling-factor. In this way the readable items will be scaled to match our scaling. (bzr r3725.7.2)
Diffstat (limited to 'tests/data')
| -rw-r--r-- | tests/data/external.gschema.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/data/external.gschema.xml b/tests/data/external.gschema.xml index 160b79723..8ccad4212 100644 --- a/tests/data/external.gschema.xml +++ b/tests/data/external.gschema.xml @@ -53,6 +53,15 @@ </key> </schema> + <schema id="org.gnome.desktop.interface" path="/org/gnome/desktop/interface/"> + <key type="u" name="scaling-factor"> + <default>1</default> + </key> + <key type="d" name="text-scaling-factor"> + <default>1.0</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> |
