X-Git-Url: https://www.flypig.org.uk/git/?p=harbour-pedalo.git;a=blobdiff_plain;f=qml%2Fcomponents%2FInfoRow.qml;h=8a2ec5a8561db1a69da5c917c2bc85aa4af7fc28;hp=64a714e6fd83159f7e151b26a35adfb954d063ca;hb=e5b6de629d0585d29f0591deec4afec33f44f20c;hpb=baffcf729d26af75702d28861d1d4a69d0401db1 diff --git a/qml/components/InfoRow.qml b/qml/components/InfoRow.qml index 64a714e..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 @@ -45,7 +46,7 @@ Item { leftMargin: midLine + Theme.paddingSmall rightMargin: detailItem.rightMargin } - horizontalAlignment: Text.AlignRight + horizontalAlignment: Text.AlignLeft color: Theme.primaryColor font.pixelSize: pixelSize textFormat: Text.PlainText