Skip to content

Fix liftgammagain widget layout

Bruno Santos requested to merge bsantos/kdenlive:fixlgglayout 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.

This should fix #294 (closed)

Merge request reports