Skip to content

Lumaliftgain fixlayout

Bruno Santos requested to merge bsantos/kdenlive:lumaliftgain_fixlayout into master

Changed from FlowLayout to QHBoxLayout so that the colorwheels are always correctly aligned, and no extra space show on the bottom of the widget. A FlowLayout could work to make the color wheels adjust to window size, but most effects sliders will always need more width, so the FlowLayout doesn't bring an advantage in most real use cases.

Replaced by other request

Edited by Bruno Santos

Merge request reports