mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 09:48:50 +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
|
anchors.fill: parent
|
||||||
cacheBuffer: 9999
|
cacheBuffer: 9999
|
||||||
|
|
||||||
cellWidth: units.gridUnit * 20
|
cellWidth: width / Math.floor(width / (units.gridUnit * 10))
|
||||||
cellHeight: cellWidth / (view.width / view.height) + units.gridUnit * 3
|
cellHeight: cellWidth / (view.width / view.height) + units.gridUnit * 3
|
||||||
model: KWinScripting.ClientModel {
|
model: KWinScripting.ClientModel {
|
||||||
id: clientModel
|
id: clientModel
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue