Skip to content

Commit 98c7446

Browse files
committed
increase step to 1.0
1 parent 3c27330 commit 98c7446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/node/UpdateResourceLimitsView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ qx.Class.define("osparc.node.UpdateResourceLimitsView", {
9292
value = osparc.utils.Utils.bytesToGiB(value);
9393
}
9494
const spinner = new qx.ui.form.Spinner(0, value, 512).set({
95-
singleStep: 0.1
95+
singleStep: 1.0
9696
});
9797
const nf = new qx.util.format.NumberFormat();
9898
nf.setMinimumFractionDigits(2);

0 commit comments

Comments
 (0)