Tilorswift: steps for gravity input is lower now
This commit is contained in:
parent
a519710514
commit
825212ec9a
|
@ -7,7 +7,7 @@ export default class DialogGravity extends Dialog
|
|||
{
|
||||
super();
|
||||
this.setMessage('Gravitation einstellen');
|
||||
this.inputGravity = this.createInputNumber('Stärke', gravity, 0, 10, 0.01);
|
||||
this.inputGravity = this.createInputNumber('Stärke', gravity, 0, 10, 0.001);
|
||||
this.createButton('Abbrechen');
|
||||
this.buttonOk = this.createButton('OK');
|
||||
this.buttonOk.addEventListener(
|
||||
|
|
Loading…
Reference in New Issue