From 214a4a7e24bf507414204c7fe48bed8e26274284 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Thu, 17 Jun 2010 00:31:42 +0100 Subject: [PATCH] use smaller buddy icon in bubbles --- SparkleShare/SparkleRepo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/SparkleRepo.cs b/SparkleShare/SparkleRepo.cs index e291fe59..c82d6c58 100644 --- a/SparkleShare/SparkleRepo.cs +++ b/SparkleShare/SparkleRepo.cs @@ -321,7 +321,7 @@ namespace SparkleShare { SparkleHelpers.DebugInfo ("Notification", "[" + Name + "] Showing message..."); SparkleBubble StuffChangedBubble = new SparkleBubble (LastCommitUserName, LastCommitMessage); - StuffChangedBubble.Icon = SparkleHelpers.GetAvatar (LastCommitEmail, 48); + StuffChangedBubble.Icon = SparkleHelpers.GetAvatar (LastCommitEmail, 32); // Add a button to open the folder where the changed file is StuffChangedBubble.AddAction ("", _("Open Folder"),