Increase thumbnail size

This commit is contained in:
2026-05-17 12:07:11 +02:00
parent ea2b8ace4e
commit 364fd768b3

View File

@@ -1,7 +1,7 @@
import { ImageBucket, ImagePreview } from "types.slint"; import { ImageBucket, ImagePreview } from "types.slint";
export global Global { export global Global {
in-out property <length> min-image-size: 100px; in-out property <length> min-image-size: 160px;
in-out property <length> image-margin: 2px; in-out property <length> image-margin: 2px;
in-out property <ImagePreview> previewed-image; in-out property <ImagePreview> previewed-image;
in-out property <[ImageBucket]> image-buckets: [ in-out property <[ImageBucket]> image-buckets: [