summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 }