diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-03 14:18:04 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-03 14:18:04 +0200 |
commit | d4cc44f39bb60b5d2f6d446de0309eb0a374723e (patch) | |
tree | 86f7ef4f46a59a446adba7f88464ea9d095e4240 /components/package | |
parent | 51e47637930a6a18b0e5ece368bad45c9afbb3c6 (diff) | |
download | kube-d4cc44f39bb60b5d2f6d446de0309eb0a374723e.tar.gz kube-d4cc44f39bb60b5d2f6d446de0309eb0a374723e.zip |
Added units
Diffstat (limited to 'components/package')
-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 |