X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=qml%2Fcomponents%2FInfoRow.qml;h=8a2ec5a8561db1a69da5c917c2bc85aa4af7fc28;hb=48a4da912f9df07681ba68d33475e1d43cfab571;hp=4dce16125a37678829cb4809ad140482df6c825d;hpb=0108947ead4cc9e0ff23fee82db2fb1fd7cb2dad;p=harbour-pedalo.git diff --git a/qml/components/InfoRow.qml b/qml/components/InfoRow.qml index 4dce161..8a2ec5a 100644 --- a/qml/components/InfoRow.qml +++ b/qml/components/InfoRow.qml @@ -17,6 +17,7 @@ Item { property int pixelSize: Theme.fontSizeSmall property alias labelTextBold: labelText.font.bold property alias valueTextBold: valueText.font.bold + property alias horizontalAlignment: valueText.horizontalAlignment Text { id: labelText