Page MenuHomePhabricator

Reduce vertical space occupied by Segmentation view
Closed, ResolvedPublic

Assigned To
Authored By
kislinsk
Apr 13 2023, 9:45 AM
Referenced Files
F2642705: before_after_2.PNG
Apr 13 2023, 9:45 AM
F2642703: before_after.PNG
Apr 13 2023, 9:45 AM
F2642701: Capture.PNG
Apr 13 2023, 9:45 AM
Subscribers

Description

Potential for easy reduction

Capture.PNG (1×1 px, 102 KB)

Before & after comparison
  • Reduced height of label set widget
  • Utilize more horizontal space for tool buttons (4 instead of 3 columns)

before_after.PNG (1×776 px, 59 KB)

  • Renamed "slim mode" to "compact mode" (preferences) and increased number of tool button columns to 6 in compact mode
  • When there's more than 3 labels, the label set widget switches to its full size (still 1 row less than before)

before_after_2.PNG (1×774 px, 67 KB)

Revisions and Commits

rMITK MITK
Restricted Differential Revision
Restricted Differential Revision
Restricted Differential Revision
Restricted Differential Revision

Event Timeline

kislinsk triaged this task as Normal priority.Apr 13 2023, 9:45 AM
kislinsk created this task.
kislinsk added a revision: Restricted Differential Revision.Apr 13 2023, 9:56 AM

Deleted branch from rMITK MITK: feature/T29519-ReduceVerticalSpaceOccupied.

I did not migrate the logic for switching the size of the labels widget to the new QmitkMultiLabelManager class as it is more complicated with a tree view. This is something for a future task if still necessary.