mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-01 17:24:48 +00:00
maller font
This commit is contained in:
parent
469aac0542
commit
79763041b3
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue