diff --git a/SparkleShare/SparkleController.cs b/SparkleShare/SparkleController.cs index cd66e41b..4bcdb74b 100644 --- a/SparkleShare/SparkleController.cs +++ b/SparkleShare/SparkleController.cs @@ -246,7 +246,7 @@ namespace SparkleShare { foreach (SparkleCommit commit in commits) { - GetAvatar (commit.UserEmail, 32); + GetAvatar (commit.UserEmail, 36); bool commit_inserted = false; foreach (ActivityDay stored_activity_day in activity_days) { @@ -362,7 +362,7 @@ namespace SparkleShare { event_entries += event_entry_html.Replace ("", event_entry) .Replace ("", change_set.UserName) - .Replace ("", "file://" + GetAvatar (change_set.UserEmail, 32) ) + .Replace ("", "file://" + GetAvatar (change_set.UserEmail, 36) ) .Replace ("", change_set.DateTime.ToString ("H:mm")); }