From 66179db165f92dcbadfac62ebcb51d133750fb35 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 27 Apr 2017 16:23:27 +0200 Subject: use iconbutton in sidebar, move account switcher to the bottom --- components/kube/contents/ui/Kube.qml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'components') diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml index da6ca445..c0b8db35 100644 --- a/components/kube/contents/ui/Kube.qml +++ b/components/kube/contents/ui/Kube.qml @@ -117,7 +117,7 @@ Controls2.ApplicationWindow { spacing: Kube.Units.largeSpacing - Kube.Units.smallSpacing - ToolButton { + Kube.IconButton { iconName: Kube.Icons.search_inverted height: Kube.Units.gridUnit * 1.5 width: height @@ -127,7 +127,7 @@ Controls2.ApplicationWindow { } } - ToolButton { + Kube.IconButton { height: Kube.Units.gridUnit * 1.5 width: height @@ -138,7 +138,7 @@ Controls2.ApplicationWindow { } } - ToolButton { + Kube.IconButton { height: Kube.Units.gridUnit * 1.5 width: height @@ -148,11 +148,6 @@ Controls2.ApplicationWindow { people.open() } } - - Kube.AccountSwitcher { - height: Kube.Units.gridUnit * 1.5 - width: height - } } Column { anchors { @@ -166,6 +161,11 @@ Controls2.ApplicationWindow { height: Kube.Units.gridUnit * 1.5 width: height } + + Kube.AccountSwitcher { + height: Kube.Units.gridUnit * 1.5 + width: height + } } } -- cgit v1.2.3