nova-shell/modules/BarLabel.qml
2026-04-11 00:35:37 +02:00

12 lines
228 B
QML

import QtQuick
import "." as M
Text {
property string label: ""
text: label
color: M.Theme.base05
font.pixelSize: M.Theme.fontSize
font.family: M.Theme.fontFamily
verticalAlignment: Text.AlignVCenter
}