~ubuntu-branches/debian/sid/bijiben/sid

« back to all changes in this revision

Viewing changes to data/org.gnome.bijiben.gschema.xml.in

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2015-06-12 01:14:42 UTC
  • mfrom: (7.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20150612011442-ey2h787uixugso9x
Tags: 3.16.2-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<schemalist>
2
 
  <schema path="/org/gnome/bijiben/" id="org.gnome.bijiben">
3
 
    <key type="s" name="font">
4
 
      <default>'Cantarell 14'</default>
5
 
      <_summary>Custom Font</_summary>
6
 
      <_description>The font name set here will be used as the font when displaying notes.</_description>
7
 
    </key>
8
 
    <key type="b" name="use-system-font">
9
 
      <default>true</default>
10
 
      <_summary>Whether to use the system monospace font</_summary>
11
 
    </key>
12
 
    <key type="s" name="color">
13
 
      <default>'rgb(239,242,209)'</default>
14
 
      <_summary>New notes color.</_summary>
15
 
      <_description>The color name set here will be used as the color when creating new notes.</_description>
16
 
    </key>
17
 
    <key type="s" name="default-location">
18
 
      <default>'local'</default>
19
 
      <_summary>Primary notes provider to use for new notes.</_summary>
20
 
      <_description>The primary notebook is the place where new notes are created.</_description>
21
 
    </key>
22
 
    <key name="window-maximized" type="b">
23
 
      <default>false</default>
24
 
      <_summary>Window maximized</_summary>
25
 
      <_description>Window maximized state.</_description>
26
 
    </key>
27
 
    <key name="window-size" type="ai">
28
 
       <default>[810, 600]</default>
29
 
       <_summary>Window size</_summary>
30
 
       <_description>Window size (width and height).</_description>
31
 
    </key>
32
 
    <key name="window-position" type="ai">
33
 
      <default>[]</default>
34
 
      <_summary>Window position</_summary>
35
 
      <_description>Window position (x and y).</_description>
36
 
    </key>
37
 
  </schema>
38
 
</schemalist>