[tabbox/sidebar] Remove not needed data element in delagate

This fixes that the thumbnails do not get rendered.
This commit is contained in:
Martin Gräßlin 2014-05-15 10:37:53 +02:00
parent fbb62aed40
commit 4142872da4

View file

@ -72,12 +72,10 @@ KWin.Switcher {
clip: true
delegate: Item {
property alias data: thumbnailItem.data
id: delegateItem
width: thumbnailListView.thumbnailWidth
height: thumbnailListView.thumbnailWidth*(1.0/screenFactor) + label.height + 30
KWin.ThumbnailItem {
property variant data: model
id: thumbnailItem
wId: windowId
anchors {