Skip to content

Draft: applets/notifications: sunset Layout in NotificationItem

Fushan Wen requested to merge work/fuf/moreevillayout into master

As Layout in ListView usually requires more than one polish loop, it's less efficient than anchor-based positioning. Also because the implicitHeight of a Layout is usually not updated in time, so one will see notifications like Evil Layout.

In short:

Efficiency++

Visual Glitch--

BUG: 446465 FIXED-IN: 5.27

Edited by Fushan Wen

Merge request reports