Fix spacing of Effect row
Using implicitHeight of the row layout as the height. REVIEW: 116757
This commit is contained in:
parent
7166bdad61
commit
cd5c5498af
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import org.kde.kwin.kwincompositing 1.0
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: item
|
id: item
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: childrenRect.height
|
height: rowEffect.implicitHeight + rowEffect.spacing
|
||||||
color: item.ListView.isCurrentItem ? effectView.backgroundActiveColor : index % 2 ? effectView.backgroundNormalColor : effectView.backgroundAlternateColor
|
color: item.ListView.isCurrentItem ? effectView.backgroundActiveColor : index % 2 ? effectView.backgroundNormalColor : effectView.backgroundAlternateColor
|
||||||
signal changed()
|
signal changed()
|
||||||
property bool checked: model.EffectStatusRole
|
property bool checked: model.EffectStatusRole
|
||||||
|
|
Loading…
Reference in a new issue