Hello,
The newSlider widget object seems to be not affected with anchor change’s.
display.setDefault("anchorX",0) display.setDefault("anchorY",0) widget.newSlider({x=0,y=0,width=100})
look’s equivalent on my huawei y6 display to just
widget.newSlider({x=0,y=0,width=100})
Thanks.
.