Index: sources/gui/qml/components/TextEntry.qml =================================================================== diff -u -r510ea07f96362a18f9961f41b5b91740df075c1f -re5a802bc26647388cfea4f1d46ae22570ec2dba3 --- sources/gui/qml/components/TextEntry.qml (.../TextEntry.qml) (revision 510ea07f96362a18f9961f41b5b91740df075c1f) +++ sources/gui/qml/components/TextEntry.qml (.../TextEntry.qml) (revision e5a802bc26647388cfea4f1d46ae22570ec2dba3) @@ -22,6 +22,8 @@ Item { id: _root property alias textInput : _input + property alias line : _line + property alias label : _label property alias labelText : _label.text property alias validator : _input.validator signal enterPressed() @@ -65,7 +67,7 @@ } } - Line { + Line { id: _line color: Colors.textEntry width: Variables.textInputLineWidth anchors {