fix: adjust node sizes in default workflow for seed widget
Generate node height 340→400 to fit all 6 widgets, Voice Preset height 80→100, SaveAudio position adjusted. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
"id": 2,
|
"id": 2,
|
||||||
"type": "OmniVoiceVoicePreset",
|
"type": "OmniVoiceVoicePreset",
|
||||||
"pos": [40, 240],
|
"pos": [40, 240],
|
||||||
"size": {"0": 300, "1": 80},
|
"size": {"0": 300, "1": 100},
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"order": 1,
|
"order": 1,
|
||||||
"mode": 0,
|
"mode": 0,
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
"id": 3,
|
"id": 3,
|
||||||
"type": "OmniVoiceGenerate",
|
"type": "OmniVoiceGenerate",
|
||||||
"pos": [420, 80],
|
"pos": [420, 80],
|
||||||
"size": {"0": 380, "1": 340},
|
"size": {"0": 380, "1": 400},
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"order": 2,
|
"order": 2,
|
||||||
"mode": 0,
|
"mode": 0,
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"type": "SaveAudio",
|
"type": "SaveAudio",
|
||||||
"pos": [880, 80],
|
"pos": [880, 160],
|
||||||
"size": {"0": 300, "1": 100},
|
"size": {"0": 300, "1": 100},
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"order": 3,
|
"order": 3,
|
||||||
|
|||||||
Reference in New Issue
Block a user