diff options
Diffstat (limited to 'components/package/contents/ui')
-rw-r--r-- | components/package/contents/ui/SingleMailView.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/components/package/contents/ui/SingleMailView.qml b/components/package/contents/ui/SingleMailView.qml index 1f1bc181..2db3afd4 100644 --- a/components/package/contents/ui/SingleMailView.qml +++ b/components/package/contents/ui/SingleMailView.qml | |||
@@ -167,12 +167,6 @@ Item { | |||
167 | Text { | 167 | Text { |
168 | id: to | 168 | id: to |
169 | 169 | ||
170 | anchors { | ||
171 | top: to_label.top | ||
172 | left: to_label.right | ||
173 | leftMargin: Kirigami.Units.smallSpacing | ||
174 | } | ||
175 | |||
176 | text:"to: "+ model.to + " " + model.cc + " " + model.bcc | 170 | text:"to: "+ model.to + " " + model.cc + " " + model.bcc |
177 | 171 | ||
178 | color: Kirigami.Theme.textColor | 172 | color: Kirigami.Theme.textColor |