summaryrefslogtreecommitdiff
path: root/src/controls/TextField.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/TextField.qml')
-rw-r--r--src/controls/TextField.qml5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/controls/TextField.qml b/src/controls/TextField.qml
index a8c7ee1b..e374c83d 100644
--- a/src/controls/TextField.qml
+++ b/src/controls/TextField.qml
@@ -55,6 +55,9 @@ import "Styles"
inputMask). Setting \l echoMode to an appropriate value enables
TextField to be used for a password input field.
+ You can create a custom appearance for a TextField by
+ assigning a TextFieldStyle.
+
\sa TextArea, TextInput
*/
@@ -562,7 +565,7 @@ Control {
anchors.fill: parent
verticalAlignment: Text.AlignVCenter
- color: __panel ? __panel.foregroundColor : "darkgray"
+ color: __panel ? __panel.textColor : "darkgray"
clip: true
renderType: Text.NativeRendering