diff options
Diffstat (limited to 'addressbook/gui/contact-editor')
-rw-r--r-- | addressbook/gui/contact-editor/fulladdr.glade | 2 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/im.glade | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/gui/contact-editor/fulladdr.glade b/addressbook/gui/contact-editor/fulladdr.glade index bf4be741d2..509e0c22b8 100644 --- a/addressbook/gui/contact-editor/fulladdr.glade +++ b/addressbook/gui/contact-editor/fulladdr.glade @@ -6,7 +6,7 @@ <widget class="GtkDialog" id="dialog-checkaddress"> <property name="title" translatable="yes">Full Address</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> - <property name="window_position">GTK_WIN_POS_NONE</property> + <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> <property name="modal">True</property> <property name="resizable">True</property> <property name="destroy_with_parent">False</property> diff --git a/addressbook/gui/contact-editor/im.glade b/addressbook/gui/contact-editor/im.glade index fbe561b2cd..4dcc145868 100644 --- a/addressbook/gui/contact-editor/im.glade +++ b/addressbook/gui/contact-editor/im.glade @@ -6,7 +6,7 @@ <widget class="GtkDialog" id="dialog-im"> <property name="title" translatable="yes">Add IM Account</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> - <property name="window_position">GTK_WIN_POS_NONE</property> + <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> <property name="modal">True</property> <property name="resizable">True</property> <property name="destroy_with_parent">False</property> |