added h and width + defaults
[ptask.git] / src / ptask.gschema.xml
1 <schemalist>
2   <schema id="ptask" path="/apps/ptask/">
3     <key name="window-x" type="i">
4       <default>100</default>
5     </key>
6     <key name="window-y" type="i">
7       <default>100</default>
8     </key>
9     <key name="window-height" type="i">
10       <default>480</default>
11     </key>
12     <key name="window-width" type="i">
13       <default>640</default>
14     </key>
15   </schema>
16 </schemalist>