geary/src/client/org.yorba.geary.gschema.xml

38 lines
1.2 KiB
XML
Raw Normal View History

<schemalist>
<schema id="org.yorba.geary" path="/apps/geary/">
<key name="window-maximize" type="b">
<default>false</default>
<summary>maximize window</summary>
<description>True if library application is maximized, false otherwise.</description>
</key>
<key name="window-width" type="i">
<default>1024</default>
<summary>width of window</summary>
<description>The last recorded width of the application window.</description>
</key>
<key name="window-height" type="i">
<default>768</default>
<summary>height of window</summary>
<description>The last recorded height of the application window.</description>
</key>
2011-09-27 18:34:26 -07:00
<key name="folder-list-pane-position" type="i">
<default>-1</default>
<summary>position of folder list pane</summary>
<description>Position of the folder list HPaned grabber. -1 means unset.</description>
</key>
<key name="messages-pane-position" type="i">
<default>-1</default>
<summary>position of message list pane</summary>
<description>Position of the message list HPaned grabber. -1 means unset.</description>
</key>
</schema>
</schemalist>