mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +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 {
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue