diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-06-29 16:08:15 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-06-29 16:08:15 +0200 |
commit | bd4dc4fdcfd5dc365892846bdd09f23ba747bce9 (patch) | |
tree | 908501b00785430fba23f99de4db2e03833159bc /framework/qml/EditAccount.qml | |
parent | 1ff201610f86e3fc2453fdb6f44338202130596c (diff) | |
download | kube-bd4dc4fdcfd5dc365892846bdd09f23ba747bce9.tar.gz kube-bd4dc4fdcfd5dc365892846bdd09f23ba747bce9.zip |
introduce Kube.Heading
Diffstat (limited to 'framework/qml/EditAccount.qml')
-rw-r--r-- | framework/qml/EditAccount.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/qml/EditAccount.qml b/framework/qml/EditAccount.qml index dfda020e..290cd5dc 100644 --- a/framework/qml/EditAccount.qml +++ b/framework/qml/EditAccount.qml | |||
@@ -38,8 +38,7 @@ Item { | |||
38 | margins: Kube.Units.largeSpacing * 2 | 38 | margins: Kube.Units.largeSpacing * 2 |
39 | } | 39 | } |
40 | 40 | ||
41 | //TODO Kube.Heading | 41 | Kube.Heading { |
42 | Kube.Label { | ||
43 | id: heading | 42 | id: heading |
44 | text: loader.item.heading | 43 | text: loader.item.heading |
45 | color: Kube.Colors.highlightColor | 44 | color: Kube.Colors.highlightColor |