summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-01-11 21:03:17 +0100
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-01-11 21:03:17 +0100
commit3654b0e48562a37ed79755a6841d0eaf2c288218 (patch)
tree4d787c4659c0b3877f2cb78e9df98b8691d47540 /components/package/contents/ui
parent76c761db28650f31ce9a4a3154616b7d1dc52038 (diff)
downloadkube-3654b0e48562a37ed79755a6841d0eaf2c288218.tar.gz
kube-3654b0e48562a37ed79755a6841d0eaf2c288218.zip
make folder delegate smaller
Diffstat (limited to 'components/package/contents/ui')
-rw-r--r--components/package/contents/ui/FolderListView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/package/contents/ui/FolderListView.qml b/components/package/contents/ui/FolderListView.qml
index e8600832..b997a8a7 100644
--- a/components/package/contents/ui/FolderListView.qml
+++ b/components/package/contents/ui/FolderListView.qml
@@ -96,7 +96,7 @@ Rectangle {
96 rowDelegate: Rectangle { 96 rowDelegate: Rectangle {
97 color: styleData.selected ? Kirigami.Theme.highlightColor : Kirigami.Theme.textColor 97 color: styleData.selected ? Kirigami.Theme.highlightColor : Kirigami.Theme.textColor
98 98
99 height: Kirigami.Units.gridUnit * 2 99 height: Kirigami.Units.gridUnit * 1.5
100 width: 20 100 width: 20
101 101
102 } 102 }