use view text color
This commit is contained in:
parent
357647577f
commit
ab27f8b945
@ -365,7 +365,7 @@ Item {
|
|||||||
font.underline: theme.defaultFont.underline
|
font.underline: theme.defaultFont.underline
|
||||||
font.weight: theme.defaultFont.weight
|
font.weight: theme.defaultFont.weight
|
||||||
font.wordSpacing: theme.defaultFont.wordSpacing
|
font.wordSpacing: theme.defaultFont.wordSpacing
|
||||||
color: theme.buttonTextColor
|
color: theme.viewTextColor
|
||||||
selectByMouse: verticalScroll.interactive
|
selectByMouse: verticalScroll.interactive
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
|
|
||||||
@ -404,7 +404,7 @@ Item {
|
|||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
text: textArea.placeholderText
|
text: textArea.placeholderText
|
||||||
visible: textEdit.text == "" && !textArea.activeFocus
|
visible: textEdit.text == "" && !textArea.activeFocus
|
||||||
color: theme.buttonTextColor
|
color: theme.viewTextColor
|
||||||
opacity: 0.5
|
opacity: 0.5
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user