summaryrefslogtreecommitdiffstats
path: root/framework/qml/TextField.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-04-18 09:38:48 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-04-18 09:38:48 +0200
commit747a501ada7e8a7895f5cd91de2cff9194a9cd2e (patch)
tree8f76b02803d4452906018b2e5ecda0afb77ca772 /framework/qml/TextField.qml
parentdb3116ff7b02a4793dbc8565a66d10d6851fb24f (diff)
downloadkube-747a501ada7e8a7895f5cd91de2cff9194a9cd2e.tar.gz
kube-747a501ada7e8a7895f5cd91de2cff9194a9cd2e.zip
give use TextField in Composer and give it a border
Diffstat (limited to 'framework/qml/TextField.qml')
-rw-r--r--framework/qml/TextField.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/qml/TextField.qml b/framework/qml/TextField.qml
index 7542af65..3d104f6a 100644
--- a/framework/qml/TextField.qml
+++ b/framework/qml/TextField.qml
@@ -47,5 +47,7 @@ T.TextField {
47 47
48 background: Rectangle { 48 background: Rectangle {
49 color: Colors.viewBackgroundColor 49 color: Colors.viewBackgroundColor
50 border.width: 1
51 border.color: Colors.buttonColor
50 } 52 }
51} 53}