summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-04-29 10:43:44 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-04-29 10:43:44 +0200
commit313b6253e84b3be63c51a1ffbb3db19b0a06ed5c (patch)
treef65c208723fb08dcabd1989e3d576c605e01d97a
parent3e1d9ee15bc05d854565226eab64db697117a217 (diff)
downloadkube-313b6253e84b3be63c51a1ffbb3db19b0a06ed5c.tar.gz
kube-313b6253e84b3be63c51a1ffbb3db19b0a06ed5c.zip
change sidebar icon size
-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: {