summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/qml/TextField.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/TextField.qml b/framework/qml/TextField.qml
index 3d104f6a..688d0f5f 100644
--- a/framework/qml/TextField.qml
+++ b/framework/qml/TextField.qml
@@ -38,9 +38,9 @@ T.TextField {
38 width: root.width - (root.leftPadding + root.rightPadding) 38 width: root.width - (root.leftPadding + root.rightPadding)
39 height: root.height - (root.topPadding + root.bottomPadding) 39 height: root.height - (root.topPadding + root.bottomPadding)
40 40
41 visible: root.text == ""
41 text: root.placeholderText 42 text: root.placeholderText
42 //TODO font: 43 //TODO font:
43
44 color: Colors.disabledTextColor 44 color: Colors.disabledTextColor
45 elide: Text.ElideRight 45 elide: Text.ElideRight
46 } 46 }