💄Allow user to make video stream smaller than 2*3 (#1430)

This commit is contained in:
Tagaishi
2023-09-28 19:47:13 +02:00
committed by GitHub
parent 4006c69f5b
commit 6c43a19fa1

View File

@@ -30,8 +30,8 @@ const definition = defineWidget({
}, },
}, },
gridstack: { gridstack: {
minWidth: 3, minWidth: 1,
minHeight: 2, minHeight: 1,
maxWidth: 12, maxWidth: 12,
maxHeight: 12, maxHeight: 12,
}, },