Skip to content

Avoid size loops by setting preferredWidth of notification body label once

Niccolò Venerandi requested to merge work/niccolove/492540 into master

As mentioned in comment:

// Having this set when component is complete avoids any possible
// loops (width changes => text width changes => number of lines change
// => width changes)

To reproduce, switch to the theme described by https://bugs.kde.org/show_bug.cgi?id=492540 and open a notification.

BUG:492540

Merge request reports