Skip to content

Commit

Permalink
fix(gui): allow decimal steps for CFG
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jan 9, 2023
1 parent 131cff6 commit 2ff4aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/src/components/ImageControl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export function ImageControl(props: ImageControlProps) {
return <Stack spacing={2}>
<Stack direction='row' spacing={4}>
<NumericField
decimal
label='CFG'
min={CONFIG_DEFAULTS.cfg.min}
max={CONFIG_DEFAULTS.cfg.max}
Expand Down

0 comments on commit 2ff4aee

Please sign in to comment.