biolab / orange3-single-cell

🍊🔬 Orange add-on for gene expression of single cell data
https://singlecell.biolab.si/
Other
17 stars 25 forks source link

[FIX] Align Datasets: align checkboxes #351

Closed ajdapretnar closed 5 years ago

ajdapretnar commented 5 years ago
Issue

Final two checkboxes are not aligned.

Description of changes

Wrap 'Dynamic time warping' in its own box as 'Quantile normalization' is already pre-wrapped in a box, which causes misalignment. Also remove unused imports.

Includes
ajdapretnar commented 5 years ago

In Align Datasets legend labels are also center-aligned instead of left-aligned, but this is an issue of pyqtgraph: https://github.com/pyqtgraph/pyqtgraph/issues/625.