few bugfix

This commit is contained in:
Olivier Gagnon
2021-12-08 17:39:01 -05:00
parent 133d80749d
commit d01d75606a
8 changed files with 50 additions and 11 deletions
+2 -2
View File
@@ -242,9 +242,9 @@ export function GameOptionsRoot(props: IProps): React.ReactElement {
<Slider
value={logSize}
onChange={handleLogSizeChange}
step={1}
step={20}
min={20}
max={100}
max={500}
valueLabelDisplay="auto"
/>
</ListItem>