re-make vcard window resizable. fixes #2255

This commit is contained in:
Yann Leboulanger 2007-05-09 12:29:55 +00:00
parent ced8d45a5f
commit 060d5fa087
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>
<property name="resizable">False</property>
<property name="resizable">True</property>
<property name="destroy_with_parent">False</property>
<property name="decorated">True</property>
<property name="skip_taskbar_hint">False</property>