From f29b73483cecc138b1cbee31bbd318973abd466e Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 2 Aug 2000 22:38:46 +0000 Subject: Make the "test settings" button FILL rather than SHRINK so it doesn't end * mail-config.c (service_page_item_new): Make the "test settings" button FILL rather than SHRINK so it doesn't end up oddly-placed. * mail-config-druid.glade: Make the icon background dark blue like the surrounding area. svn path=/trunk/; revision=4491 --- mail/ChangeLog | 8 ++++++++ mail/mail-config-druid.glade | 10 +++++----- mail/mail-config.c | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index d28861ab89..a146c4d6f4 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2000-08-02 Dan Winship + + * mail-config.c (service_page_item_new): Make the "test settings" + button FILL rather than SHRINK so it doesn't end up oddly-placed. + + * mail-config-druid.glade: Make the icon background dark blue + like the surrounding area. + 2000-08-02 Christopher James Lahey * mail-ops.c, message-list.c: Emit "model_pre_change" where diff --git a/mail/mail-config-druid.glade b/mail/mail-config-druid.glade index 8fd6755651..98849aadf4 100644 --- a/mail/mail-config-druid.glade +++ b/mail/mail-config-druid.glade @@ -40,7 +40,7 @@ right away. Click Next to continue. 255,255,255 0,0,0 25,25,112 - 255,255,255 + 25,25,112 255,255,255 @@ -50,7 +50,7 @@ right away. Click Next to continue. Identity 255,255,255 25,25,112 - 255,255,255 + 25,25,112 GtkVBox @@ -77,7 +77,7 @@ right away. Click Next to continue. Mail Source 255,255,255 25,25,112 - 255,255,255 + 25,25,112 GtkVBox @@ -104,7 +104,7 @@ right away. Click Next to continue. Mail Transport 255,255,255 25,25,112 - 255,255,255 + 25,25,112 GtkVBox @@ -132,7 +132,7 @@ right away. Click Next to continue. Your email configuration is now complete. Click "Finish" to save your new settings 25,25,112 - 255,255,255 + 25,25,112 255,255,255 0,0,0 255,255,255 diff --git a/mail/mail-config.c b/mail/mail-config.c index be4dd77231..7b9a88a32c 100644 --- a/mail/mail-config.c +++ b/mail/mail-config.c @@ -1222,7 +1222,7 @@ service_page_item_new (MailDialogServicePage *page, MailService *mcs) btn = gtk_button_new_with_label (_("Test Settings")); gtk_table_attach (GTK_TABLE (table), btn, 2, 3, - row, row + 1, GTK_SHRINK, GTK_SHRINK, 0, 0); + row, row + 1, GTK_FILL, GTK_FILL, 0, 0); gtk_signal_connect (GTK_OBJECT (btn), "clicked", GTK_SIGNAL_FUNC (service_page_item_test), -- cgit v1.2.3