* src/Editors/_EditPerson.py: save previous window size

* data/gramps.schemas.in: default transactions to off, previous editperson window size
	* src/Config/_GrampsConfigKeys.py: default transaction to off, previous editperson window size


svn: r7632
This commit is contained in:
Don Allingham
2006-11-16 04:47:34 +00:00
parent 5ff0f80a20
commit c0ecc88cb1
4 changed files with 41 additions and 4 deletions

View File

@@ -285,6 +285,30 @@
</locale>
</schema>
<schema>
<key>/schemas/apps/gramps/interface/person-height</key>
<applyto>/apps/gramps/interface/person-height</applyto>
<owner>gramps</owner>
<type>int</type>
<default>550</default>
<locale name="C">
<short>Height of the person editor interface.</short>
<long>Specifies the height of the person editor interface.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gramps/interface/person-width</key>
<applyto>/apps/gramps/interface/person-width</applyto>
<owner>gramps</owner>
<type>int</type>
<default>750</default>
<locale name="C">
<short>Width of the person editor interface.</short>
<long>Specifies the width of the person editor interface.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gramps/interface/filter</key>
<applyto>/apps/gramps/interface/filter</applyto>