From 313b6253e84b3be63c51a1ffbb3db19b0a06ed5c Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Sat, 29 Apr 2017 10:43:44 +0200 Subject: change sidebar icon size --- components/kube/contents/ui/Kube.qml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml index c0b8db35..8b1fbc58 100644 --- a/components/kube/contents/ui/Kube.qml +++ b/components/kube/contents/ui/Kube.qml @@ -111,7 +111,7 @@ Controls2.ApplicationWindow { Column { anchors { top: parent.top - topMargin: Kube.Units.largeSpacing + topMargin: Kube.Units.smallSpacing horizontalCenter: parent.horizontalCenter } @@ -119,8 +119,6 @@ Controls2.ApplicationWindow { Kube.IconButton { iconName: Kube.Icons.search_inverted - height: Kube.Units.gridUnit * 1.5 - width: height onClicked: { search.open() @@ -128,9 +126,6 @@ Controls2.ApplicationWindow { } Kube.IconButton { - height: Kube.Units.gridUnit * 1.5 - width: height - iconName: Kube.Icons.mail_inverted onClicked: { @@ -139,9 +134,6 @@ Controls2.ApplicationWindow { } Kube.IconButton { - height: Kube.Units.gridUnit * 1.5 - width: height - iconName: Kube.Icons.user_inverted onClicked: { -- cgit v1.2.3