* src/glade/gramps.glade (family_editor): Remove Y expansion
property on mother-related buttons. svn: r7255
This commit is contained in:
parent
8ec40e3e33
commit
10ae4df9fa
@ -1,4 +1,6 @@
|
|||||||
2006-08-24 Alex Roitman <shura@gramps-project.org>
|
2006-08-24 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* src/glade/gramps.glade (family_editor): Remove Y expansion
|
||||||
|
property on mother-related buttons.
|
||||||
* src/DataViews/_FamilyList.py: Add column editor.
|
* src/DataViews/_FamilyList.py: Add column editor.
|
||||||
* src/plugins/ChangeTypes.py (run_tool): Properly set the new type.
|
* src/plugins/ChangeTypes.py (run_tool): Properly set the new type.
|
||||||
(on_apply_clicked): Properly save entered types, including custom.
|
(on_apply_clicked): Properly save entered types, including custom.
|
||||||
|
@ -1224,6 +1224,7 @@
|
|||||||
<property name="top_attach">0</property>
|
<property name="top_attach">0</property>
|
||||||
<property name="bottom_attach">1</property>
|
<property name="bottom_attach">1</property>
|
||||||
<property name="x_options">fill</property>
|
<property name="x_options">fill</property>
|
||||||
|
<property name="y_options">fill</property>
|
||||||
</packing>
|
</packing>
|
||||||
</child>
|
</child>
|
||||||
</widget>
|
</widget>
|
||||||
|
Loading…
Reference in New Issue
Block a user