Relationship Calculator: fix set transient parent

In Glade file of any dialog which is Gramps ManagedWindow
property name "visible" must not be set to True
This commit is contained in:
Josip 2015-06-05 11:54:00 +02:00
parent 6aeeafe74d
commit 8e97b25f38

View File

@ -3,7 +3,6 @@
<interface> <interface>
<requires lib="gtk+" version="3.10"/> <requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="relcalc"> <object class="GtkDialog" id="relcalc">
<property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="default_width">600</property> <property name="default_width">600</property>
<property name="default_height">400</property> <property name="default_height">400</property>