diff --git a/modules/BarLabel.qml b/modules/BarLabel.qml index 726197e..3f1ce9d 100644 --- a/modules/BarLabel.qml +++ b/modules/BarLabel.qml @@ -12,6 +12,7 @@ Text { text: label width: minText ? Math.max(implicitWidth, _minMetrics.width) : implicitWidth + horizontalAlignment: minText ? Text.AlignHCenter : Text.AlignLeft color: M.Theme.base05 font.pixelSize: M.Theme.fontSize font.family: M.Theme.fontFamily