Index: sources/gui/qml/components/LabelValue.qml =================================================================== diff -u -r7caa737179a8c31825ae6445f593ac7ff5f95080 -r9f2f52d19e8cf2a2e93b521439ae4b9c0dc1ba56 --- sources/gui/qml/components/LabelValue.qml (.../LabelValue.qml) (revision 7caa737179a8c31825ae6445f593ac7ff5f95080) +++ sources/gui/qml/components/LabelValue.qml (.../LabelValue.qml) (revision 9f2f52d19e8cf2a2e93b521439ae4b9c0dc1ba56) @@ -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