diff --git a/applets/battery/package/contents/ui/battery.qml b/applets/battery/package/contents/ui/battery.qml index 5f9827a3..428171f9 100644 --- a/applets/battery/package/contents/ui/battery.qml +++ b/applets/battery/package/contents/ui/battery.qml @@ -136,9 +136,11 @@ Item { RowLayout { id: batteryLayout anchors.fill: parent + spacing: 0 PlasmaComponents.Label { Layout.fillWidth: true Layout.fillHeight: true + font.pixelSize: theme.smallestFont.pixelSize text: pmSource.data["Battery"]["Percent"] horizontalAlignment: Text.AlignRight verticalAlignment: Text.AlignVCenter