Index: sources/gui/qml/components/LabelValue.qml =================================================================== diff -u -r7caa737179a8c31825ae6445f593ac7ff5f95080 -r68d99b718e64e99454955cb6d6fadf20972a6ea0 --- sources/gui/qml/components/LabelValue.qml (.../LabelValue.qml) (revision 7caa737179a8c31825ae6445f593ac7ff5f95080) +++ sources/gui/qml/components/LabelValue.qml (.../LabelValue.qml) (revision 68d99b718e64e99454955cb6d6fadf20972a6ea0) @@ -10,6 +10,7 @@ property string topText : "" property string topTextColor : Colors.textTextRectLabel property alias topTextFont : _topText.font + property alias topTextAlignment : _topText.horizontalAlignment property string centerText : "" property bool showCenterText : false