diff --git a/SparkleShare/SparkleBubble.cs b/SparkleShare/SparkleBubble.cs index b1b90dad..d5a558fa 100644 --- a/SparkleShare/SparkleBubble.cs +++ b/SparkleShare/SparkleBubble.cs @@ -23,10 +23,12 @@ namespace SparkleShare { public class SparkleBubble : Notification { public SparkleBubble (string Title, string Subtext) : base (Title, Subtext) { - Timeout = 4500; - Urgency = Urgency.Low; - IconName = "folder-sparkleshare"; - AttachToStatusIcon (SparkleUI.NotificationIcon); + + Timeout = 4500; + Urgency = Urgency.Low; + IconName = "folder-sparkleshare"; + AttachToStatusIcon (SparkleUI.NotificationIcon); + } // Checks whether the system allows adding buttons to a notification,