notifications/ThumbnailStrip.qml: Set thumbnail to fixed size
- 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.
(cherry picked from commit 1cfa672b)
83c7b84e notifications/ThumbnailStrip.qml: Set thumbnail to fixed size