increase the max thumbnail slider size to 600
parent
64961fd850
commit
389e24e070
|
|
@ -887,7 +887,7 @@ function renderNode(node_id: string, node: any, is_output: boolean) {
|
|||
show-value="false"
|
||||
id="slUpscaleSize"
|
||||
min="25"
|
||||
max="300"
|
||||
max="600"
|
||||
value={
|
||||
store.data.output_thumbnail_image_size[node_id]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue