12.02.2020, 12:25
(12.02.2020, 11:02)Daniel. Wrote: Hi
1. You can do it via custom css like this. Change will be visible only in Visu not editor
2. In object visualisation parameters there is step you can set.Code:.item-control-single .control-spinner {
transform: scale(0.75);
transform-origin: 0 0;
}
Thank you for the CSS-tip. It worked!
But, when I look at the visualization parameters, I can only change the steps with an integer. What, Am I doing wrong? The object type is a 2-byte
floating point, so I don't think this is causing the problem.