Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f62848c6 authored by CABEL Tristan's avatar CABEL Tristan
Browse files

update to latest x-quick

parent 2a1699ee
No related branches found
No related tags found
No related merge requests found
......@@ -69,13 +69,13 @@ Control {
}
Component {
id: spinbox
X.SpinBoxDouble {
X.ScientificSpinBoxReal {
id: _spin;
min: param.min
max: param.max
from: param.min
to: param.max
decimals: param.decimals
stepSize: 1.0/Math.pow(10, param.decimals)
increment: 1.0/Math.pow(10, param.decimals)
value: param.value
notation: DoubleValidator.StandardNotation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment