summaryrefslogtreecommitdiffstats
path: root/framework/qml/FocusComposer.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/FocusComposer.qml')
-rw-r--r--framework/qml/FocusComposer.qml8
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