diff options
author | Dan Winship <danw@src.gnome.org> | 2000-08-03 06:38:46 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-08-03 06:38:46 +0800 |
commit | f29b73483cecc138b1cbee31bbd318973abd466e (patch) | |
tree | 33248f8cb703192acacb8c878c39099ec0d2a9b9 /mail/mail-config-druid.glade | |
parent | a0281d1b1860f650ba2293e422cbc9ec7ee2012b (diff) | |
download | gsoc2013-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/mail-config-druid.glade')
-rw-r--r-- | mail/mail-config-druid.glade | 10 |
1 files changed, 5 insertions, 5 deletions
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 "Finish" 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> |