┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels
diff options
context:
space:
mode:
authorEzike Ebuka <[email protected]>2020-11-04 21:54:10 +0000
committerElvis Angelaccio <[email protected]>2020-11-04 21:54:10 +0000
commite9a39700fc004004b1ff231023e9d5333a2b8317 (patch)
tree51e1a3fe1801385f172bb6debb432734107374af /src/panels
parent957cc92f46203f1403a812cbc224123f6b5ed036 (diff)
Improve padding in the Places View
Diffstat (limited to 'src/panels')
-rw-r--r--src/panels/places/placesview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panels/places/placesview.cpp b/src/panels/places/placesview.cpp
index 50446d44d..9602fb8ac 100644
--- a/src/panels/places/placesview.cpp
+++ b/src/panels/places/placesview.cpp
@@ -26,6 +26,7 @@ void PlacesView::setIconSize(int size)
KItemListStyleOption option = styleOption();
option.iconSize = size;
+ option.padding = 4;
setStyleOption(option);
}
}