Index: sources/gui/qml/components/TextRect.qml =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -r74fa9686a916c53d1549fa3733d200edb9df9d3b --- sources/gui/qml/components/TextRect.qml (.../TextRect.qml) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/gui/qml/components/TextRect.qml (.../TextRect.qml) (revision 74fa9686a916c53d1549fa3733d200edb9df9d3b) @@ -36,6 +36,8 @@ property alias labelHeight : _labelText.height property alias labelFont : _labelText.font + property alias extraLabelPixelSize : _extraText.font.pixelSize + property string extra : "" property string extraColor : Colors.textTextRectExtra