diff options
-rw-r--r-- | components/package/contents/ui/FolderListView.qml | 4 | ||||
-rw-r--r-- | components/package/contents/ui/Outbox.qml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/components/package/contents/ui/FolderListView.qml b/components/package/contents/ui/FolderListView.qml index c0b9c222..b35b52ed 100644 --- a/components/package/contents/ui/FolderListView.qml +++ b/components/package/contents/ui/FolderListView.qml | |||
@@ -22,6 +22,7 @@ import QtQuick.Controls.Styles 1.4 | |||
22 | import QtQuick.Layouts 1.1 | 22 | import QtQuick.Layouts 1.1 |
23 | 23 | ||
24 | import org.kde.kirigami 1.0 as Kirigami | 24 | import org.kde.kirigami 1.0 as Kirigami |
25 | import org.kube.components 1.0 as KubeComponents | ||
25 | import org.kube.components.theme 1.0 as KubeTheme | 26 | import org.kube.components.theme 1.0 as KubeTheme |
26 | import org.kube.framework.domain 1.0 as KubeFramework | 27 | import org.kube.framework.domain 1.0 as KubeFramework |
27 | 28 | ||
@@ -163,11 +164,10 @@ Rectangle { | |||
163 | 164 | ||
164 | color: KubeTheme.Colors.viewBackgroundColor | 165 | color: KubeTheme.Colors.viewBackgroundColor |
165 | } | 166 | } |
166 | ToolButton { | 167 | KubeComponents.Icon { |
167 | id: statusIcon | 168 | id: statusIcon |
168 | visible: false | 169 | visible: false |
169 | iconName: "" | 170 | iconName: "" |
170 | enabled: false | ||
171 | states: [ | 171 | states: [ |
172 | State { | 172 | State { |
173 | name: "busy"; when: model.status == KubeFramework.FolderListModel.InProgressStatus | 173 | name: "busy"; when: model.status == KubeFramework.FolderListModel.InProgressStatus |
diff --git a/components/package/contents/ui/Outbox.qml b/components/package/contents/ui/Outbox.qml index f293cfb3..e8edb0f4 100644 --- a/components/package/contents/ui/Outbox.qml +++ b/components/package/contents/ui/Outbox.qml | |||
@@ -40,7 +40,7 @@ Button { | |||
40 | verticalAlignment: Text.AlignVCenter | 40 | verticalAlignment: Text.AlignVCenter |
41 | elide: Text.ElideRight | 41 | elide: Text.ElideRight |
42 | } | 42 | } |
43 | Controls.ToolButton { | 43 | KubeComponents.Icon { |
44 | id: statusIcon | 44 | id: statusIcon |
45 | anchors { | 45 | anchors { |
46 | right: parent.right | 46 | right: parent.right |