Skip to content

fix(ui): ui::qt::parameters vertical sliders labels are inverted

Description

This inverts the order in which the labels are added to the layout when dealing with vertical sliders in qt::parameters. The max label is now at the top, and the min at the bottom, which makes more sense.

Results

See ex_parameters:

image

How to test it?

  • Launch ex_parameters and confirm the labels are positioned in the correct order.
  • Launch any other application in which the labels are displayed.

Related issue(s)

Closes #1256 (closed)

Merge request reports