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

« back to all changes in this revision

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

  • 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>