aboutsummaryrefslogtreecommitdiffstats
path: root/smime
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2004-03-11 06:13:23 +0800
committerRodney Dawes <dobey@src.gnome.org>2004-03-11 06:13:23 +0800
commit6a28414d010a396d5751bd31d1675622c2e6578c (patch)
treef5c2455c20171434c41fdb2eac09e41241ace2fa /smime
parent8bb42c6de2eb99cb84d1f8acf8c102cbed1d3f5e (diff)
downloadgsoc2013-evolution-6a28414d010a396d5751bd31d1675622c2e6578c.tar
gsoc2013-evolution-6a28414d010a396d5751bd31d1675622c2e6578c.tar.gz
gsoc2013-evolution-6a28414d010a396d5751bd31d1675622c2e6578c.tar.bz2
gsoc2013-evolution-6a28414d010a396d5751bd31d1675622c2e6578c.tar.lz
gsoc2013-evolution-6a28414d010a396d5751bd31d1675622c2e6578c.tar.xz
gsoc2013-evolution-6a28414d010a396d5751bd31d1675622c2e6578c.tar.zst
gsoc2013-evolution-6a28414d010a396d5751bd31d1675622c2e6578c.zip
Fix the border width setting for the button area, to be HIG-compliant
2004-03-10 Rodney Dawes <dobey@ximian.com> * gui/certificate-viewer.c (certificate_viewer_show): Fix the border width setting for the button area, to be HIG-compliant * gui/smime-ui.glade: Update some border widths for the cert viweer Remove dialog separators (This portion from William Jon McCann) svn path=/trunk/; revision=25016
Diffstat (limited to 'smime')
-rw-r--r--smime/ChangeLog7
-rw-r--r--smime/gui/certificate-viewer.c3
-rw-r--r--smime/gui/smime-ui.glade7
3 files changed, 14 insertions, 3 deletions
diff --git a/smime/ChangeLog b/smime/ChangeLog
index ab3175dc3d..9627956f49 100644
--- a/smime/ChangeLog
+++ b/smime/ChangeLog
@@ -1,3 +1,10 @@
+2004-03-10 Rodney Dawes <dobey@ximian.com>
+
+ * gui/certificate-viewer.c (certificate_viewer_show): Fix the border
+ width setting for the button area, to be HIG-compliant
+ * gui/smime-ui.glade: Update some border widths for the cert viweer
+ Remove dialog separators (This portion from William Jon McCann)
+
2004-02-26 Jeffrey Stedfast <fejj@ximian.com>
* gui/component.c: include config.h
diff --git a/smime/gui/certificate-viewer.c b/smime/gui/certificate-viewer.c
index c4a47a63d8..8fd5acb0b9 100644
--- a/smime/gui/certificate-viewer.c
+++ b/smime/gui/certificate-viewer.c
@@ -328,6 +328,9 @@ certificate_viewer_show (ECert *cert)
cvm_data->dialog = glade_xml_get_widget (cvm_data->gui, "certificate-viewer-dialog");
+ gtk_widget_realize (cvm_data->dialog);
+ gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (cvm_data->dialog)->action_area), 12);
+
title = g_strdup_printf (_("Certificate Viewer: %s"), e_cert_get_window_title (cert));
gtk_window_set_title (GTK_WINDOW (cvm_data->dialog),
diff --git a/smime/gui/smime-ui.glade b/smime/gui/smime-ui.glade
index 36966f7443..3b80c00baa 100644
--- a/smime/gui/smime-ui.glade
+++ b/smime/gui/smime-ui.glade
@@ -10,7 +10,7 @@
<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="has_separator">False</property>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox1">
@@ -877,9 +877,10 @@
<child>
<widget class="GtkVBox" id="vbox3">
+ <property name="border_width">6</property>
<property name="visible">True</property>
<property name="homogeneous">False</property>
- <property name="spacing">0</property>
+ <property name="spacing">6</property>
<child>
<widget class="GtkFrame" id="frame4">
@@ -1766,7 +1767,7 @@
<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="has_separator">False</property>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox2">