Index: sources/gui/qml/components/TextEntry.qml =================================================================== diff -u -r86df7ff03ea32f9cd8a18bbbc7b2e01de64c783f -readfcc99876849e52370db5dde4c4c42d4dbc76f --- sources/gui/qml/components/TextEntry.qml (.../TextEntry.qml) (revision 86df7ff03ea32f9cd8a18bbbc7b2e01de64c783f) +++ sources/gui/qml/components/TextEntry.qml (.../TextEntry.qml) (revision eadfcc99876849e52370db5dde4c4c42d4dbc76f) @@ -32,6 +32,7 @@ property alias label : _label property alias separator : _separator property alias validator : _input.validator + property alias inputColor : _input.color property var nextInput : undefined property alias text : _input.text property bool hasCursor : true