Increase the default duration of all visual displays (except MusicVideo) to compensate for the faster transition time.
1 #define GrowlBubblesVeryLowColor @"Bubbles-Priority-VeryLow-Color"
2 #define GrowlBubblesModerateColor @"Bubbles-Priority-Moderate-Color"
3 #define GrowlBubblesNormalColor @"Bubbles-Priority-Normal-Color"
4 #define GrowlBubblesHighColor @"Bubbles-Priority-High-Color"
5 #define GrowlBubblesEmergencyColor @"Bubbles-Priority-Emergency-Color"
7 #define GrowlBubblesVeryLowTextColor @"Bubbles-Priority-VeryLow-Text-Color"
8 #define GrowlBubblesModerateTextColor @"Bubbles-Priority-Moderate-Text-Color"
9 #define GrowlBubblesNormalTextColor @"Bubbles-Priority-Normal-Text-Color"
10 #define GrowlBubblesHighTextColor @"Bubbles-Priority-High-Text-Color"
11 #define GrowlBubblesEmergencyTextColor @"Bubbles-Priority-Emergency-Text-Color"
13 #define GrowlBubblesVeryLowTopColor @"Bubbles-Priority-VeryLow-Top-Color"
14 #define GrowlBubblesModerateTopColor @"Bubbles-Priority-Moderate-Top-Color"
15 #define GrowlBubblesNormalTopColor @"Bubbles-Priority-Normal-Top-Color"
16 #define GrowlBubblesHighTopColor @"Bubbles-Priority-High-Top-Color"
17 #define GrowlBubblesEmergencyTopColor @"Bubbles-Priority-Emergency-Top-Color"
19 #define GrowlBubblesOpacity @"Bubbles-Opacity"
20 #define GrowlBubblesDuration @"Bubbles-Duration"
22 #define GrowlBubblesLimitPref @"Bubbles - Limit"
23 #define GrowlBubblesScreen @"Bubbles-Screen"
24 #define GrowlBubblesSizePref @"Bubbles-Size"
26 #define GrowlBubblesSizeNormal 0
27 #define GrowlBubblesSizeLarge 1
28 #define GrowlBubblesSizePrefDefault GrowlBubblesSizeNormal
30 #define GrowlBubblesPrefDomain @"com.growl.Bubbles"
32 // the default value for the duration preference
33 #define GrowlBubblesDurationPrefDefault 5.0f