From 79763041b3a46f17889da596a53722c436811c18 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Tue, 16 Feb 2016 16:04:08 +0100 Subject: [PATCH] maller font --- applets/battery/package/contents/ui/battery.qml | 2 ++ 1 file changed, 2 insertions(+) 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