Fix a few more reference errors in PlasmaExtras.ListItem
This commit is contained in:
parent
39d824796c
commit
a7aeba21c4
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user