mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +00:00
smaller thumbnails
This commit is contained in:
parent
434501dcd9
commit
35e6d4c7c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue