diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-19 14:03:43 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-19 14:03:43 +0200 |
commit | 320d3bbd4f5795324f92334eacf4edba17cc9348 (patch) | |
tree | 9450233b72c15f866c9136f7cd02f770371c418f | |
parent | 8a26271742b707852a2942adb9562623fadac426 (diff) | |
download | kube-320d3bbd4f5795324f92334eacf4edba17cc9348.tar.gz kube-320d3bbd4f5795324f92334eacf4edba17cc9348.zip |
use kube.label in focus composer
-rw-r--r-- | framework/qml/FocusComposer.qml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/qml/FocusComposer.qml b/framework/qml/FocusComposer.qml index 08b56ac5..7330b236 100644 --- a/framework/qml/FocusComposer.qml +++ b/framework/qml/FocusComposer.qml | |||
@@ -77,7 +77,7 @@ Kube.Popup { | |||
77 | 77 | ||
78 | columns: 2 | 78 | columns: 2 |
79 | 79 | ||
80 | Controls2.Label { | 80 | Kube.Label { |
81 | Layout.alignment: Qt.AlignVCenter | Qt.AlignRight | 81 | Layout.alignment: Qt.AlignVCenter | Qt.AlignRight |
82 | text: "To" | 82 | text: "To" |
83 | } | 83 | } |
@@ -99,7 +99,7 @@ Kube.Popup { | |||
99 | } | 99 | } |
100 | 100 | ||
101 | 101 | ||
102 | Controls2.Label { | 102 | Kube.Label { |
103 | Layout.alignment: Qt.AlignVCenter | Qt.AlignRight | 103 | Layout.alignment: Qt.AlignVCenter | Qt.AlignRight |
104 | text: "Cc" | 104 | text: "Cc" |
105 | visible: cc.visible | 105 | visible: cc.visible |
@@ -124,7 +124,7 @@ Kube.Popup { | |||
124 | } | 124 | } |
125 | } | 125 | } |
126 | 126 | ||
127 | Controls2.Label { | 127 | Kube.Label { |
128 | Layout.alignment: Qt.AlignVCenter | Qt.AlignRight | 128 | Layout.alignment: Qt.AlignVCenter | Qt.AlignRight |
129 | text: "Bcc" | 129 | text: "Bcc" |
130 | visible: bcc.visible | 130 | visible: bcc.visible |
@@ -149,7 +149,7 @@ Kube.Popup { | |||
149 | } | 149 | } |
150 | } | 150 | } |
151 | 151 | ||
152 | Controls2.Label { | 152 | Kube.Label { |
153 | text: "From" | 153 | text: "From" |
154 | } | 154 | } |
155 | 155 | ||