Page MenuHomePhabricator

[Segmentation] Utilities view shows gaps between multiple selection widgets
Closed, ResolvedPublic

Description

The segmentation utilities view shows a large gap between two single node selection widgets after the QmitkDataSelectionWidget was refactored in T27034.

Setting the size policy of each included QmitkDataSelectionWidget to minimum and fixed will remove the gap between multiple selection widgets that have been added using QmitkDataSelectionWidget::AddDataSelection.

Before:

BooleanOperations_gap.png (407×473 px, 21 KB)

After:

BooleanOperations_no_gap.png (360×473 px, 20 KB)

Revisions and Commits