[tabbox/sidebar] Remove not needed data element in delagate
This fixes that the thumbnails do not get rendered.
This commit is contained in:
parent
fbb62aed40
commit
4142872da4
1 changed files with 0 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue