Index: sources/gui/qml/components/TextEntry.qml =================================================================== diff -u -r86df7ff03ea32f9cd8a18bbbc7b2e01de64c783f -rd14136d218b5dbc0734f7949b30541d242bcd350 --- sources/gui/qml/components/TextEntry.qml (.../TextEntry.qml) (revision 86df7ff03ea32f9cd8a18bbbc7b2e01de64c783f) +++ sources/gui/qml/components/TextEntry.qml (.../TextEntry.qml) (revision d14136d218b5dbc0734f7949b30541d242bcd350) @@ -102,11 +102,9 @@ width : TextEntry.InputWidth text : "" font.pixelSize : Fonts.fontPixelTextRectExtra - color : acceptableInput && enabled ? Colors.textMain : - _root.showDisabledColor && - ! enabled ? - Colors.borderDisableButton : - Colors.red + color : _root.showDisabledColor && ! enabled ? Colors.borderDisableButton : + acceptableInput ? Colors.textMain : + Colors.red selectionColor : Colors.borderButtonHalfDarker selectedTextColor : acceptableInput ? Colors.textMain : Colors.red anchors.left : _separator.right