Lower image size
This commit is contained in:
@@ -2,7 +2,7 @@ import { ImageBucket, ImagePreview } from "types.slint";
|
|||||||
|
|
||||||
export global Global {
|
export global Global {
|
||||||
in-out property <bool> logged-in: false;
|
in-out property <bool> logged-in: false;
|
||||||
in-out property <length> min-image-size: 160px;
|
in-out property <length> min-image-size: 88px;
|
||||||
in-out property <length> image-margin: 2px;
|
in-out property <length> image-margin: 2px;
|
||||||
in-out property <ImagePreview> viewed-image;
|
in-out property <ImagePreview> viewed-image;
|
||||||
in-out property <[ImageBucket]> image-buckets: [
|
in-out property <[ImageBucket]> image-buckets: [
|
||||||
|
|||||||
Reference in New Issue
Block a user