From 56ebd3f8893da3689a17645483580f7fa72c7227 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Fri, 2 Nov 2018 15:47:52 +0100 Subject: [PATCH] Fix with calculation --- plasmoid/package/contents/ui/DeviceDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasmoid/package/contents/ui/DeviceDelegate.qml b/plasmoid/package/contents/ui/DeviceDelegate.qml index a01b4be1c..548d5e989 100644 --- a/plasmoid/package/contents/ui/DeviceDelegate.qml +++ b/plasmoid/package/contents/ui/DeviceDelegate.qml @@ -91,7 +91,7 @@ PlasmaComponents.ListItem { Item { //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 {