summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/kube/contents/ui/Kube.qml10
1 files changed, 1 insertions, 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 {
111 Column { 111 Column {
112 anchors { 112 anchors {
113 top: parent.top 113 top: parent.top
114 topMargin: Kube.Units.largeSpacing 114 topMargin: Kube.Units.smallSpacing
115 horizontalCenter: parent.horizontalCenter 115 horizontalCenter: parent.horizontalCenter
116 } 116 }
117 117
@@ -119,8 +119,6 @@ Controls2.ApplicationWindow {
119 119
120 Kube.IconButton { 120 Kube.IconButton {
121 iconName: Kube.Icons.search_inverted 121 iconName: Kube.Icons.search_inverted
122 height: Kube.Units.gridUnit * 1.5
123 width: height
124 122
125 onClicked: { 123 onClicked: {
126 search.open() 124 search.open()
@@ -128,9 +126,6 @@ Controls2.ApplicationWindow {
128 } 126 }
129 127
130 Kube.IconButton { 128 Kube.IconButton {
131 height: Kube.Units.gridUnit * 1.5
132 width: height
133
134 iconName: Kube.Icons.mail_inverted 129 iconName: Kube.Icons.mail_inverted
135 130
136 onClicked: { 131 onClicked: {
@@ -139,9 +134,6 @@ Controls2.ApplicationWindow {
139 } 134 }
140 135
141 Kube.IconButton { 136 Kube.IconButton {
142 height: Kube.Units.gridUnit * 1.5
143 width: height
144
145 iconName: Kube.Icons.user_inverted 137 iconName: Kube.Icons.user_inverted
146 138
147 onClicked: { 139 onClicked: {