Fix with calculation
This commit is contained in:
parent
cefc743307
commit
56ebd3f889
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ PlasmaComponents.ListItem
|
||||||
{
|
{
|
||||||
Item {
|
Item {
|
||||||
//spacer to make the label centre aligned in a row yet still elide and everything
|
//spacer to make the label centre aligned in a row yet still elide and everything
|
||||||
implicitWidth: (ring.visible? ring.width : 0) + (browse.visible? browse.width : 0) + parent.spacing
|
implicitWidth: (ring.visible? ring.width : 0) + (browse.visible? browse.width : 0) + (shareFile.visible? shareFile.width : 0) + parent.spacing
|
||||||
}
|
}
|
||||||
|
|
||||||
Battery {
|
Battery {
|
||||||
|
|
Loading…
Reference in a new issue