smaller thumbnails

This commit is contained in:
Marco Martin 2019-12-12 22:02:06 +01:00
parent 434501dcd9
commit 35e6d4c7c2

View file

@ -72,7 +72,7 @@ PlasmaCore.Dialog {
anchors.fill: parent
cacheBuffer: 9999
cellWidth: units.gridUnit * 20
cellWidth: width / Math.floor(width / (units.gridUnit * 10))
cellHeight: cellWidth / (view.width / view.height) + units.gridUnit * 3
model: KWinScripting.ClientModel {
id: clientModel