~ubuntu-branches/ubuntu/natty/gnome-do/natty

« back to all changes in this revision

Viewing changes to Do.Platform.Linux/src/Do.Platform/Do.Platform.Linux/NotificationHelper.cs

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane
  • Date: 2009-03-22 22:44:39 UTC
  • mto: (1.1.7 upstream) (0.1.4 squeeze)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20090322224439-ztmk4tbq19s3safs
ImportĀ upstreamĀ versionĀ 0.8.1.3+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
                const int IconSize = 24;
38
38
                const int LettersPerWord = 7;
39
 
                const int MillisecondsPerWord = 250;
 
39
                const int MillisecondsPerWord = 350;
40
40
                const int MinNotifyShow = 5000;
41
41
                const int MaxNotifyShow = 10000;
42
42