mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-03 18:24:46 +00:00
Remove call to an element that doesn't exist
I imagine this was ported away from Loader but it's not anymore.
This commit is contained in:
parent
4e67f0e2b0
commit
9bda1b66ff
1 changed files with 0 additions and 1 deletions
|
|
@ -278,7 +278,6 @@ Item {
|
||||||
|
|
||||||
//FIXME: why this is needed?
|
//FIXME: why this is needed?
|
||||||
width: flow.columnWidth
|
width: flow.columnWidth
|
||||||
height: item ? item.implicitHeight : 0
|
|
||||||
|
|
||||||
Connections {
|
Connections {
|
||||||
target: delegateItem
|
target: delegateItem
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue