use smaller buddy icon in bubbles

This commit is contained in:
Hylke Bons 2010-06-17 00:31:42 +01:00
parent e061e53d21
commit 214a4a7e24

View file

@ -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"),