aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-08-03 06:38:46 +0800
committerDan Winship <danw@src.gnome.org>2000-08-03 06:38:46 +0800
commitf29b73483cecc138b1cbee31bbd318973abd466e (patch)
tree33248f8cb703192acacb8c878c39099ec0d2a9b9 /mail
parenta0281d1b1860f650ba2293e422cbc9ec7ee2012b (diff)
downloadgsoc2013-evolution-f29b73483cecc138b1cbee31bbd318973abd466e.tar
gsoc2013-evolution-f29b73483cecc138b1cbee31bbd318973abd466e.tar.gz
gsoc2013-evolution-f29b73483cecc138b1cbee31bbd318973abd466e.tar.bz2
gsoc2013-evolution-f29b73483cecc138b1cbee31bbd318973abd466e.tar.lz
gsoc2013-evolution-f29b73483cecc138b1cbee31bbd318973abd466e.tar.xz
gsoc2013-evolution-f29b73483cecc138b1cbee31bbd318973abd466e.tar.zst
gsoc2013-evolution-f29b73483cecc138b1cbee31bbd318973abd466e.zip
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
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog8
-rw-r--r--mail/mail-config-druid.glade10
-rw-r--r--mail/mail-config.c2
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 <danw@helixcode.com>
+
+ * 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 <clahey@helixcode.com>
* 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.</text>
<title_color>255,255,255</title_color>
<text_color>0,0,0</text_color>
<background_color>25,25,112</background_color>
- <logo_background_color>255,255,255</logo_background_color>
+ <logo_background_color>25,25,112</logo_background_color>
<textbox_color>255,255,255</textbox_color>
</widget>
@@ -50,7 +50,7 @@ right away. Click Next to continue.</text>
<title>Identity</title>
<title_color>255,255,255</title_color>
<background_color>25,25,112</background_color>
- <logo_background_color>255,255,255</logo_background_color>
+ <logo_background_color>25,25,112</logo_background_color>
<widget>
<class>GtkVBox</class>
@@ -77,7 +77,7 @@ right away. Click Next to continue.</text>
<title>Mail Source</title>
<title_color>255,255,255</title_color>
<background_color>25,25,112</background_color>
- <logo_background_color>255,255,255</logo_background_color>
+ <logo_background_color>25,25,112</logo_background_color>
<widget>
<class>GtkVBox</class>
@@ -104,7 +104,7 @@ right away. Click Next to continue.</text>
<title>Mail Transport</title>
<title_color>255,255,255</title_color>
<background_color>25,25,112</background_color>
- <logo_background_color>255,255,255</logo_background_color>
+ <logo_background_color>25,25,112</logo_background_color>
<widget>
<class>GtkVBox</class>
@@ -132,7 +132,7 @@ right away. Click Next to continue.</text>
<text>Your email configuration is now complete.
Click &quot;Finish&quot; to save your new settings</text>
<background_color>25,25,112</background_color>
- <logo_background_color>255,255,255</logo_background_color>
+ <logo_background_color>25,25,112</logo_background_color>
<textbox_color>255,255,255</textbox_color>
<text_color>0,0,0</text_color>
<title_color>255,255,255</title_color>
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),