diff options
Diffstat (limited to 'my-evolution/e-summary-weather.c')
-rw-r--r-- | my-evolution/e-summary-weather.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/my-evolution/e-summary-weather.c b/my-evolution/e-summary-weather.c index 1ab7a8c046..d58b58d6ce 100644 --- a/my-evolution/e-summary-weather.c +++ b/my-evolution/e-summary-weather.c @@ -103,7 +103,8 @@ weather_make_html (Weather *w) icon_name = icon_from_weather (w); string = g_string_new (""); g_string_sprintf (string, "<dd><img align=\"middle\" " - "src=\"%s\"> <b>", icon_name); + "src=\"%s\" width=\"16\" height=\"16\"> <b>", + icon_name); location = g_hash_table_lookup (locations_hash, w->location); #if 0 if (location == NULL) { |