diff options
author | Rodney Dawes <dobey@novell.com> | 2005-01-22 05:53:43 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2005-01-22 05:53:43 +0800 |
commit | d03a5b84de992ea32e5c71e07c4064552a442954 (patch) | |
tree | 7986e84f26a0f7df159e4e87e7f2261562a910f2 /addressbook/gui/merging/eab-contact-duplicate-detected.glade | |
parent | ca1b5bd325a2054597548fda181de793aece23e3 (diff) | |
download | gsoc2013-evolution-d03a5b84de992ea32e5c71e07c4064552a442954.tar.gz gsoc2013-evolution-d03a5b84de992ea32e5c71e07c4064552a442954.tar.zst gsoc2013-evolution-d03a5b84de992ea32e5c71e07c4064552a442954.zip |
Fix some spacing and remove the separator for HIG compliance Set proper
2005-01-21 Rodney Dawes <dobey@novell.com>
* gui/merging/eab-contact-duplicate-detected.glade:
Fix some spacing and remove the separator for HIG compliance
* gui/merging/eab-contact-merging.c (match_query_callback):
Set proper border widths on some dialog containers for the HIG
Fixes #41228
svn path=/trunk/; revision=28497
Diffstat (limited to 'addressbook/gui/merging/eab-contact-duplicate-detected.glade')
-rw-r--r-- | addressbook/gui/merging/eab-contact-duplicate-detected.glade | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/addressbook/gui/merging/eab-contact-duplicate-detected.glade b/addressbook/gui/merging/eab-contact-duplicate-detected.glade index f1095f9db0..0aea834b5c 100644 --- a/addressbook/gui/merging/eab-contact-duplicate-detected.glade +++ b/addressbook/gui/merging/eab-contact-duplicate-detected.glade @@ -4,7 +4,6 @@ <glade-interface> <widget class="GtkDialog" id="dialog-duplicate-contact"> - <property name="border_width">6</property> <property name="visible">True</property> <property name="title" translatable="yes">Duplicate Contact Detected</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> @@ -12,13 +11,18 @@ <property name="modal">False</property> <property name="resizable">True</property> <property name="destroy_with_parent">False</property> - <property name="has_separator">True</property> + <property name="decorated">True</property> + <property name="skip_taskbar_hint">False</property> + <property name="skip_pager_hint">False</property> + <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> + <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> + <property name="has_separator">False</property> <child internal-child="vbox"> <widget class="GtkVBox" id="dialog-vbox1"> <property name="visible">True</property> <property name="homogeneous">False</property> - <property name="spacing">6</property> + <property name="spacing">0</property> <child internal-child="action_area"> <widget class="GtkHButtonBox" id="dialog-action_area1"> @@ -33,6 +37,7 @@ <property name="label">gtk-cancel</property> <property name="use_stock">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="focus_on_click">True</property> <property name="response_id">1</property> </widget> </child> @@ -45,6 +50,7 @@ <property name="label">gtk-add</property> <property name="use_stock">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="focus_on_click">True</property> <property name="response_id">0</property> </widget> </child> @@ -59,13 +65,13 @@ <child> <widget class="GtkTable" id="table1"> - <property name="border_width">6</property> + <property name="border_width">12</property> <property name="visible">True</property> <property name="n_rows">5</property> <property name="n_columns">2</property> <property name="homogeneous">False</property> <property name="row_spacing">6</property> - <property name="column_spacing">6</property> + <property name="column_spacing">12</property> <child> <widget class="Custom" id="custom-old-contact"> @@ -177,6 +183,10 @@ in this folder. Would you like to add it anyway?</property> <property name="yalign">0</property> <property name="xscale">1</property> <property name="yscale">0</property> + <property name="top_padding">0</property> + <property name="bottom_padding">0</property> + <property name="left_padding">0</property> + <property name="right_padding">0</property> <child> <widget class="Custom" id="custom2"> |