Properly center files selection dialog.

This commit is contained in:
Alex Dedul 2007-07-16 14:15:50 +00:00
parent 6d42f2234e
commit 3e528b0966
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">Deluge File Selection</property>
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
<property name="window_position">GTK_WIN_POS_CENTER_ALWAYS</property>
<property name="default_width">550</property>
<property name="default_height">550</property>
<property name="destroy_with_parent">True</property>