Skip to content

Fix Slider vertical implicitWidth and a binding loop

Noah Davis requested to merge work/slider-binding-loop into master

The implicitWidth was using the horizontal implicitWidth for vertical sliders, which is way too wide. The binding loops was fixed just by specifying an id for the implicitWidth value used for contentWidth.

Before:

Screenshot_20200609_014139

After:

Screenshot_20200609_014234

Edited by Noah Davis

Merge request reports