diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-12-08 13:15:45 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-12-08 13:15:45 +0100 |
commit | 5733f46c0c7ba97b29026c6689c20048b6592c0e (patch) | |
tree | 7c5d419daaa85a0aad5c14c626f9c618953509bb /components | |
parent | 0aa7f20a42787b325da4a3fa01d4588734deb2e5 (diff) | |
download | kube-5733f46c0c7ba97b29026c6689c20048b6592c0e.tar.gz kube-5733f46c0c7ba97b29026c6689c20048b6592c0e.zip |
unmark useage of qqc2
Diffstat (limited to 'components')
-rw-r--r-- | components/package/contents/ui/SingleMailView.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/package/contents/ui/SingleMailView.qml b/components/package/contents/ui/SingleMailView.qml index c0a897cc..5420e07f 100644 --- a/components/package/contents/ui/SingleMailView.qml +++ b/components/package/contents/ui/SingleMailView.qml | |||
@@ -18,7 +18,7 @@ | |||
18 | 18 | ||
19 | import QtQuick 2.7 | 19 | import QtQuick 2.7 |
20 | import QtQuick.Controls 1.3 as Controls1 | 20 | import QtQuick.Controls 1.3 as Controls1 |
21 | import QtQuick.Controls 2 as Controls2 | 21 | import QtQuick.Controls 2 |
22 | import QtQuick.Layouts 1.1 | 22 | import QtQuick.Layouts 1.1 |
23 | import org.kde.kirigami 1.0 as Kirigami | 23 | import org.kde.kirigami 1.0 as Kirigami |
24 | 24 | ||
@@ -58,7 +58,7 @@ Rectangle { | |||
58 | 58 | ||
59 | } | 59 | } |
60 | 60 | ||
61 | Controls2.Button { | 61 | Button { |
62 | anchors { | 62 | anchors { |
63 | right: parent.right | 63 | right: parent.right |
64 | rightMargin: Kirigami.Units.gridUnit * 0.2 | 64 | rightMargin: Kirigami.Units.gridUnit * 0.2 |