| 1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" encoding="UTF-8"?>
- <schemalist gettext-domain="iridium">
- <schema id="net.bloerg.iridium.preferences" path="/net/bloerg/iridium/preferences/">
- <key name="server" type="s">
- <default>""</default>
- <summary>Standard File server URL</summary>
- <description>
- URL of the Standard File server to be used.
- </description>
- </key>
- <key name="email" type="s">
- <default>""</default>
- <summary>Email address of the Standard File account</summary>
- <description>
- Email address of the Standard File account.
- </description>
- </key>
- </schema>
- <schema id="net.bloerg.iridium.window-state" path="/net/bloerg/iridium/window-state/">
- <key name="width" type="i">
- <default>890</default>
- <summary>Width of the window</summary>
- <description>
- The initial width of the application window.
- </description>
- </key>
- <key name="height" type="i">
- <default>550</default>
- <summary>Height of the window</summary>
- <description>
- The initial height of the application window.
- </description>
- </key>
- </schema>
- </schemalist>
|