maller font

This commit is contained in:
Marco Martin 2016-02-16 16:04:08 +01:00
parent 469aac0542
commit 79763041b3

View file

@ -136,9 +136,11 @@ Item {
RowLayout { RowLayout {
id: batteryLayout id: batteryLayout
anchors.fill: parent anchors.fill: parent
spacing: 0
PlasmaComponents.Label { PlasmaComponents.Label {
Layout.fillWidth: true Layout.fillWidth: true
Layout.fillHeight: true Layout.fillHeight: true
font.pixelSize: theme.smallestFont.pixelSize
text: pmSource.data["Battery"]["Percent"] text: pmSource.data["Battery"]["Percent"]
horizontalAlignment: Text.AlignRight horizontalAlignment: Text.AlignRight
verticalAlignment: Text.AlignVCenter verticalAlignment: Text.AlignVCenter