Relationship Calculator: fix set transient parent

This commit is contained in:
Josip 2015-06-05 12:11:44 +02:00
parent 8a34d98fb5
commit 104808cf8f

View File

@ -3,7 +3,7 @@
<interface> <interface>
<!-- interface-requires gtk+ 3.0 --> <!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="relcalc"> <object class="GtkDialog" id="relcalc">
<property name="visible">True</property> <property name="visible">False</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>