diff options
Diffstat (limited to 'components/package/contents/ui/Button.qml')
-rw-r--r-- | components/package/contents/ui/Button.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/package/contents/ui/Button.qml b/components/package/contents/ui/Button.qml index 978f41a6..948312b0 100644 --- a/components/package/contents/ui/Button.qml +++ b/components/package/contents/ui/Button.qml | |||
@@ -18,7 +18,6 @@ | |||
18 | 18 | ||
19 | import QtQuick 2.7 | 19 | import QtQuick 2.7 |
20 | import org.kube.components.theme 1.0 as KubeTheme | 20 | import org.kube.components.theme 1.0 as KubeTheme |
21 | import org.kde.kirigami 1.0 as Kirigami | ||
22 | 21 | ||
23 | Rectangle { | 22 | Rectangle { |
24 | id: root | 23 | id: root |
@@ -37,7 +36,7 @@ Rectangle { | |||
37 | Row { | 36 | Row { |
38 | id: content | 37 | id: content |
39 | anchors.centerIn: parent | 38 | anchors.centerIn: parent |
40 | spacing: Kirigami.Units.smallSpacing | 39 | spacing: KubeTheme.Units.smallSpacing |
41 | Text { | 40 | Text { |
42 | id: text | 41 | id: text |
43 | anchors.verticalCenter: parent.verticalCenter | 42 | anchors.verticalCenter: parent.verticalCenter |