From c7ac2cb4f382d432eeba52777bff2c5c99680d4c Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Thu, 25 Mar 2004 06:56:12 +0000 Subject: Use gtk_window_present instead of doing a show then raise, as this also 2004-03-25 Rodney Dawes * em-composer-prefs.c (sig_edit_cb): (sig_add_script_cb): Use gtk_window_present instead of doing a show then raise, as this also puts the window on the current workspace (em_composer_prefs_construct): Fix the border widths for the dialog vbox and action area to be HIG-compliant, and realize the window Remove the dialog separator Use a box_pack_start, rather than box_pack_start_defaults which causes some weird behaviour when changing the border widths * em-subscribe-editor.c (em_subscribe_editor_new): Realize the dialog and set the border widths for its vbox and action area to be compliant with the HIG * local-config.glade: Removed this file as it is no longer used * mail-account-editor.c (construct): Realize the dialog, remove its separator, and set the border widths for its vbox and action area to be HIG-compliant * mail-account-editor.c (source_type_changed): (transport_type_changed): Fix the showing and hiding of the widgets related to the SSL options (mail_account_gui_new): Get the transport/source frames for the SSL options, and hide them by default Show the default folder buttons by default here (mail_account_gui_setup): Only call _show not _show_all here, so we don't mess up the shown/hidden state of things * mail-account-gui.h: Add ssl_frame widget to the MailAccountGuiService * mail-config.glade: * mail-search.glade: * mail-security.glade: HIG-compliance fixes for the glade dialogs * message-tag-followup.c (construct): Don't set border_width on the dialog itself Remove the separator from the dialog Set the border_widths for the dialog's vbox and action areas to be compliant with the HIG * message-tags.glade: * subscribe-dialog.glade: HIG-compliance fixes for these dialogs Original patch from Martyn Russell svn path=/trunk/; revision=25183 --- mail/mail-security.glade | 185 ++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 150 insertions(+), 35 deletions(-) (limited to 'mail/mail-security.glade') diff --git a/mail/mail-security.glade b/mail/mail-security.glade index 5dfbed673e..dfe490a7e5 100644 --- a/mail/mail-security.glade +++ b/mail/mail-security.glade @@ -2,8 +2,10 @@ + + 6 True Security Information GTK_WINDOW_TOPLEVEL @@ -11,13 +13,13 @@ False True False - True + False True False - 0 + 6 @@ -46,6 +48,7 @@ + 6 True True True @@ -56,35 +59,48 @@ - 6 + 12 + True + False + 18 + + + True False 6 - + True - 0 - 0.5 - GTK_SHADOW_ETCHED_IN + <span weight="bold">Digital Signature</span> + False + True + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + + + 0 + False + False + + - - 6 + True False 0 - - - - - - - + True - Digital Signature + False False GTK_JUSTIFY_LEFT @@ -92,31 +108,27 @@ False 0.5 0.5 - 0 + 12 0 - label_item - - - - 0 - True - True + False + False - + True - 0 - 0.5 - GTK_SHADOW_ETCHED_IN + 1 + 1 + False + 2 + 6 - - 6 + True False 0 @@ -125,12 +137,72 @@ + + 0 + 1 + 0 + 1 + + + + + 0 + True + True + + + + + 0 + True + True + + + + + 0 + False + False + + + + + + True + False + 6 + + + + True + <span weight="bold">Encryption</span> + False + True + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + + + 0 + False + False + - + True - Encryption + False + 0 + + + + True + False False GTK_JUSTIFY_LEFT @@ -138,11 +210,40 @@ False 0.5 0.5 - 0 + 12 0 - label_item + 0 + False + False + + + + + + True + 1 + 1 + False + 2 + 6 + + + + True + False + 0 + + + + + + + 0 + 1 + 0 + 1 @@ -153,6 +254,20 @@ + + 0 + True + True + + + + + 0 + False + False + + + False True -- cgit v1.2.3