1
0
Fork 0

fix(gui): move seed control onto same line with cfg and steps

This commit is contained in:
Sean Sube 2023-01-08 17:09:14 -06:00
parent 760b162a55
commit 1aa2181d90
2 changed files with 1 additions and 2 deletions

View File

@ -9,6 +9,7 @@ out/cache/
out/coverage/
out/coverage-*
out/docs/
out/test/
out/typings/
out/*.db
out/*.html

View File

@ -47,8 +47,6 @@ export function ImageControl(props: ImageControlProps) {
}
}}
/>
</Stack>
<Stack direction='row' spacing={4}>
<NumericField
label='Seed'
min={CONFIG_DEFAULTS.seed.min}