25.08.2020, 11:38
See if this Custom CSS fixes the slider layout for you:
Add this to both of your scripts to prevent loops:
You should also use grp.checkupdate() instead of grp.getvalue/grp.getvalue, you already have copy-paste errors where you compare R with all other components.
Code:
.slider-wrap {
font-size: 0;
}
.slider-h .slider-min {
margin-right: 9px;
}
.slider-h .slider-max {
margin-left: 9px;
}
Add this to both of your scripts to prevent loops:
Code:
if event.sender == 'se' then
return
end