1 --- notify-osd-0.9.25/src/defaults.c
2 +++ notify-osd-0.9.25/src/defaults.c
7 - // use fixed slot-allocation for async. and sync. bubbles
8 - self->slot_allocation = SLOT_ALLOCATION_FIXED;
9 + // use dynamic slot-allocation for async. and sync. bubbles
10 + self->slot_allocation = SLOT_ALLOCATION_DYNAMIC;