From 18d09588158dfcde2f179a440bdc1ffccb5c75d4 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 9 May 2010 02:02:00 +0100 Subject: [PATCH] update bubble --- SparkleShare/SparkleBubble.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SparkleShare/SparkleBubble.cs b/SparkleShare/SparkleBubble.cs index 9ed4d264..917328e8 100644 --- a/SparkleShare/SparkleBubble.cs +++ b/SparkleShare/SparkleBubble.cs @@ -22,8 +22,9 @@ namespace SparkleShare { public SparkleBubble (string Title, string Subtext) : base (Title, Subtext) { Timeout = 4500; - Urgency = Urgency.Normal; + Urgency = Urgency.Low; Show (); +// StatusIcon = SparkleUI.NotificationIcon; } }