Skip to content

notifications/ThumbnailStrip.qml: Set thumbnail to fixed size

Akseli Lahtinen requested to merge work/cherry-pick-1cfa672b into Plasma/6.1
  • notifications/ThumbnailStrip.qml: Set thumbnail to fixed size

Setting the implicitHeight of a thumbnail to a fixed size fixes freezing with plasmashell, where it was constantly calculating a new size for the image, which in turn made the scrollbar calculate a new size for itself, thus freezing plasmashell.

BUG:460895 CCBUG:462399

(cherry picked from commit 1cfa672b)

83c7b84e notifications/ThumbnailStrip.qml: Set thumbnail to fixed size

Merge request reports