Fix a few more reference errors in PlasmaExtras.ListItem

This commit is contained in:
Nate Graham 2020-09-17 12:51:51 -06:00
parent 39d824796c
commit a7aeba21c4

View File

@ -46,7 +46,7 @@ Kirigami.AbstractListItem {
topPadding: __background.margins.top
bottomPadding: __background.margins.bottom
implicitWidth: Math.max(__listItem.implicitBackgroundWidth + leftInset + rightInset, __listItem.implicitContentWidthimplicitContentWidth + leftPadding + rightPadding)
implicitWidth: Math.max(__listItem.implicitBackgroundWidth + __listItem.leftInset + __listItem.rightInset, __listItem.implicitContentWidthimplicitContentWidth + __listItem.leftPadding + __listItem.rightPadding)
// TODO KF6: Make this behave more like the normal Control default.
// Behaving this way for backwards compatibility reasons.