* src/GrampsParser.py: handle new witness format in XML file
* src/WriteXML.py: handle new witness format in XML file * src/dialog.glade: removed unused callbacks * src/gramps.glade: adjust window size * src/ListModel.py: add the ability to find an entry * src/ChooseParents.py: Select the preferred spouse of the first selected person. svn: r2252
This commit is contained in:
@@ -4264,7 +4264,7 @@
|
||||
|
||||
<child>
|
||||
<widget class="GtkTreeView" id="father_list">
|
||||
<property name="height_request">60</property>
|
||||
<property name="height_request">150</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="headers_visible">True</property>
|
||||
@@ -4293,7 +4293,7 @@
|
||||
|
||||
<child>
|
||||
<widget class="GtkTreeView" id="mother_list">
|
||||
<property name="height_request">60</property>
|
||||
<property name="height_request">150</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="headers_visible">True</property>
|
||||
|
Reference in New Issue
Block a user