~kay20/switchboard/plug_search

« back to all changes in this revision

Viewing changes to schemas/org.pantheon.switchboard.gschema.xml

  • Committer: Chris Triantafillis
  • Date: 2014-03-13 21:43:44 UTC
  • mto: This revision was merged to the branch mainline in revision 419.
  • Revision ID: christriant1995@gmail.com-20140313214344-yhz2396kfbrurbdf
Added gschema for saved state

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<schemalist>
 
3
        <enum id="switchboard-window-states">
 
4
                <value nick="Normal" value="0" />
 
5
                <value nick="Maximized" value="1" />
 
6
        </enum>
 
7
        <schema path="/org/pantheon/switchboard/saved-state/" id="org.pantheon.switchboard.saved-state" gettext-domain="switchboard">
 
8
                <key name="window-state" enum="switchboard-window-states">
 
9
                        <default>"Normal"</default>
 
10
                        <summary>The saved state of the window.</summary>
 
11
                        <description>The saved state of the window.</description>
 
12
                </key>
 
13
                <key name="window-width" type="i">
 
14
                        <default>842</default>
 
15
                        <summary>The saved width of the window.</summary>
 
16
                        <description>The saved width of the window. Must be greater than 700, or it will not take effect.</description>
 
17
                </key>
 
18
                <key name="window-height" type="i">
 
19
                        <default>475</default>
 
20
                        <summary>The saved height of the window.</summary>
 
21
                        <description>The saved height of the window. Must be greater than 400, or it will not take effect.</description>
 
22
                </key>
 
23
                <key name="position" type="as">
 
24
                        <default>['']</default>
 
25
                        <summary>The position of the window.</summary>
 
26
                        <description>The position of the window.</description>
 
27
                </key>
 
28
        </schema>
 
29
</schemalist>