update .gitignore for new automake files
[dconf.git] / editor / ca.desrt.dconf-editor.gschema.xml
blob80822b770c40e277ca1ee5ebf8f6c5bc050519ac
1 <?xml version="1.0" encoding="UTF-8"?>
2 <schemalist gettext-domain='dconf'>
3   <schema id="ca.desrt.dconf-editor.Settings" path="/ca/desrt/dconf-editor/">
4     <key name="window-width" type="i">
5       <default>800</default>
6       <summary>The width of the window</summary>
7       <description>The width of the main window in pixels.</description>
8     </key>
9     <key name="window-height" type="i">
10       <default>600</default>
11       <summary>The height of the window</summary>
12       <description>The height of the main window in pixels.</description>
13     </key>
14     <key name="window-is-maximized" type="b">
15       <default>false</default>
16       <summary>A flag to enable maximized mode</summary>
17       <description>A flag to enable maximized mode</description>
18     </key>
19     <key name="window-is-fullscreen" type="b">
20       <default>false</default>
21       <summary>A flag to enable fullscreen mode</summary>
22       <description>A flag to enable fullscreen mode</description>
23     </key>
24   </schema>
25 </schemalist>