MATLAB: Resizing app causes slider label to move relative to slider

alignmentlabel;MATLABmovingresizeslider

I have an application made in App Designer which contains a slider and a slider label. When I resize my figure window for my application, the slider label changes position with respect to the changes of the figure size, but seems unrelated to the size of the slider itself.

Best Answer

Vertically bottom aligned the slider label with its corresponding slider
AutoResizeChildren tries to honor alignment. When the app is resized vertically, the labels will remain bottom aligned with the sliders
Related Question