[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
|
clip: true
|
||||||
delegate: Item {
|
delegate: Item {
|
||||||
property alias data: thumbnailItem.data
|
|
||||||
id: delegateItem
|
id: delegateItem
|
||||||
width: thumbnailListView.thumbnailWidth
|
width: thumbnailListView.thumbnailWidth
|
||||||
height: thumbnailListView.thumbnailWidth*(1.0/screenFactor) + label.height + 30
|
height: thumbnailListView.thumbnailWidth*(1.0/screenFactor) + label.height + 30
|
||||||
KWin.ThumbnailItem {
|
KWin.ThumbnailItem {
|
||||||
property variant data: model
|
|
||||||
id: thumbnailItem
|
id: thumbnailItem
|
||||||
wId: windowId
|
wId: windowId
|
||||||
anchors {
|
anchors {
|
||||||
|
|
Loading…
Reference in a new issue