summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui/Outbox.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-03 11:06:29 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-03 11:06:29 +0200
commit317b5f74a7c6d3c65a6f37ee7afe48369230ff5b (patch)
tree498bfdd144d1c4b5d71e88ed38730ca11234238e /components/package/contents/ui/Outbox.qml
parentf62018ca5f03f44342528d035aa7b45ae438cd1a (diff)
downloadkube-317b5f74a7c6d3c65a6f37ee7afe48369230ff5b.tar.gz
kube-317b5f74a7c6d3c65a6f37ee7afe48369230ff5b.zip
Use the icon instead of toolbutton
Diffstat (limited to 'components/package/contents/ui/Outbox.qml')
-rw-r--r--components/package/contents/ui/Outbox.qml2
1 files changed, 1 insertions, 1 deletions
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