~ci-train-bot/gsettings-ubuntu-touch-schemas/gsettings-ubuntu-touch-schemas-ubuntu-artful-2967

« back to all changes in this revision

Viewing changes to schemas/com.ubuntu.user-interface.gschema.xml.in.in

  • Committer: Bileto Bot
  • Author(s): Marco Trevisan (Treviño)
  • Date: 2017-09-22 00:25:41 UTC
  • mfrom: (76.1.1 gsettings-ubuntu-touch-schemas)
  • Revision ID: ci-train-bot@canonical.com-20170922002541-s5y0aoiqo4puxg2o
com.ubuntu.user-interface.gschema: add .desktop keys that reflects GNOME ones

We only care about scaling so far.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
        </_description>
17
17
        </key>
18
18
    </schema>
 
19
    <schema id="com.ubuntu.user-interface.desktop" path="/com/ubuntu/user-interface/desktop/">
 
20
        <key type="u" name="scaling-factor">
 
21
            <default>0</default>
 
22
            <_summary>Window scaling factor</_summary>
 
23
            <_description>Integer factor used to scale windows by. For use on high-dpi screens. 0 means pick automatically based on monitor.</_description>
 
24
        </key>
 
25
        <key type="d" name="text-scaling-factor">
 
26
            <range min="0.5" max="3.0"/>
 
27
            <default>1.0</default>
 
28
            <_summary>Text scaling factor</_summary>
 
29
            <_description>Factor used to enlarge or reduce text display, without changing font size.</_description>
 
30
        </key>
 
31
        <key type="i" name="cursor-size">
 
32
            <default>24</default>
 
33
            <_summary>Cursor size</_summary>
 
34
            <_description>Size of the cursor used as cursor theme.</_description>
 
35
        </key>
 
36
    </schema>
19
37
</schemalist>