1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-17 11:12:06 -04:00

clipboard: improve image thumbnail (#1759)

- thumbnail image is now bigger
- circular mask has been replaced with rounded rectangular mask
This commit is contained in:
Triệu Kha
2026-02-20 23:02:20 +07:00
committed by GitHub
parent 359617d927
commit ecd6d70da6
3 changed files with 9 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ Singleton {
readonly property int popoutWidth: 550
readonly property int popoutHeight: 500
readonly property int itemHeight: 72
readonly property int thumbnailSize: 48
readonly property int thumbnailSize: 100
readonly property int retryInterval: 50
readonly property int viewportBuffer: 100
readonly property int extendedBuffer: 200