QmlDesigner.PropertyEditor: Fix color logic for LineEdit

Explicit changes should be highlighted in blue.

Change-Id: I221016e5cd70643ae68faf7ebd0d6e0b1616a41c
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Thomas Hartmann
2016-10-14 10:55:07 +02:00
committed by Tim Jenssen
parent 57e0bb7d84
commit 8af2c18341

View File

@@ -108,7 +108,7 @@ Controls.TextField {
selectionColor: creatorTheme.PanelTextColorLight
selectedTextColor: creatorTheme.PanelTextColorMid
textColor: creatorTheme.PanelTextColorLight
textColor: lineEdit.textColor
placeholderTextColor: creatorTheme.PanelTextColorMid
padding.top: 3