forked from qt-creator/qt-creator
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:
committed by
Tim Jenssen
parent
57e0bb7d84
commit
8af2c18341
@@ -108,7 +108,7 @@ Controls.TextField {
|
||||
|
||||
selectionColor: creatorTheme.PanelTextColorLight
|
||||
selectedTextColor: creatorTheme.PanelTextColorMid
|
||||
textColor: creatorTheme.PanelTextColorLight
|
||||
textColor: lineEdit.textColor
|
||||
placeholderTextColor: creatorTheme.PanelTextColorMid
|
||||
|
||||
padding.top: 3
|
||||
|
Reference in New Issue
Block a user