color: Do not allow the 'Add profile' modal dialog to be resizable

This commit is contained in:
Richard Hughes 2011-10-13 13:31:18 +01:00
parent 7f7f33c853
commit bc97442238

View file

@ -5,6 +5,7 @@
<property name="can_focus">False</property>
<property name="border_width">5</property>
<property name="title"> </property>
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="window_position">center-on-parent</property>
<property name="destroy_with_parent">True</property>