summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2016-03-10 14:20:35 +0100
committerMichael Bohlender <michael.bohlender@kdemail.net>2016-03-10 14:20:35 +0100
commit1f1dbdf5af1af9a83d74113bbdf4132271d6ca51 (patch)
tree9886ece213633009779cce92bbb66ca79bd1eb39 /components
parent181b39ddd0b3c027341b228ab51482ce4413d3bb (diff)
downloadkube-1f1dbdf5af1af9a83d74113bbdf4132271d6ca51.tar.gz
kube-1f1dbdf5af1af9a83d74113bbdf4132271d6ca51.zip
remove uses of plasma components where we have a qtquick controlls equivalent
Diffstat (limited to 'components')
-rw-r--r--components/package/contents/ui/Composer.qml10
1 files changed, 5 insertions, 5 deletions
diff --git a/components/package/contents/ui/Composer.qml b/components/package/contents/ui/Composer.qml
index 01991b67..c16bf582 100644
--- a/components/package/contents/ui/Composer.qml
+++ b/components/package/contents/ui/Composer.qml
@@ -97,7 +97,7 @@ Item {
97 } 97 }
98 } 98 }
99 99
100 PlasmaComponents.Button { 100 Button {
101 id: ccButton 101 id: ccButton
102 102
103 text: "Cc" 103 text: "Cc"
@@ -108,7 +108,7 @@ Item {
108 } 108 }
109 } 109 }
110 110
111 PlasmaComponents.Button { 111 Button {
112 id: bccButton 112 id: bccButton
113 113
114 text: "Bcc" 114 text: "Bcc"
@@ -181,7 +181,7 @@ Item {
181 181
182 height: subject.height * 1.5 182 height: subject.height * 1.5
183 183
184 PlasmaComponents.Button { 184 Button {
185 185
186 anchors { 186 anchors {
187 bottom: parent.bottom 187 bottom: parent.bottom
@@ -194,7 +194,7 @@ Item {
194 } 194 }
195 } 195 }
196 196
197 PlasmaComponents.Button { 197 Button {
198 198
199 anchors { 199 anchors {
200 bottom: parent.bottom 200 bottom: parent.bottom
@@ -217,7 +217,7 @@ Item {
217 217
218 model: composer.attachments 218 model: composer.attachments
219 219
220 delegate: PlasmaComponents.Label { 220 delegate: Label {
221 id: name 221 id: name
222 222
223 text: modelData 223 text: modelData