Fix with calculation

This commit is contained in:
Nicolas Fella 2018-11-02 15:47:52 +01:00
parent cefc743307
commit 56ebd3f889

View file

@ -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 {