summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui/Button.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/package/contents/ui/Button.qml')
-rw-r--r--components/package/contents/ui/Button.qml3
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
19import QtQuick 2.7 19import QtQuick 2.7
20import org.kube.components.theme 1.0 as KubeTheme 20import org.kube.components.theme 1.0 as KubeTheme
21import org.kde.kirigami 1.0 as Kirigami
22 21
23Rectangle { 22Rectangle {
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