plasmoid: Use better sizing binding for ListView delegate
This commit is contained in:
parent
2267838dbc
commit
8c0260d4f8
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ PlasmaExtras.Representation {
|
||||||
clip: true
|
clip: true
|
||||||
|
|
||||||
delegate: DeviceDelegate {
|
delegate: DeviceDelegate {
|
||||||
width: parent.width
|
width: ListView.view.width - ListView.view.leftMargin - ListView.view.rightMargin
|
||||||
}
|
}
|
||||||
|
|
||||||
PlasmaExtras.PlaceholderMessage {
|
PlasmaExtras.PlaceholderMessage {
|
||||||
|
|
Loading…
Reference in a new issue