View Issue Details

IDProjectCategoryView StatusLast Update
0000287Slicer3GUIpublic2020-03-12 10:51
Reporterkikinis Assigned Tobarre  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Summary0000287: file name is not fully displayed in the slice viewer panel, even if there is space.
Description

The example data set is:
http://www.na-mic.org/Wiki/images/b/b0/TumorGrowth-Tutorial-Data.xcat
(save on local disc and open as scene)

TagsNo tags attached.

Activities

2008-07-23 03:44

 

incompletefilename.png (111,114 bytes)
incompletefilename.png (111,114 bytes)
pieper

pieper

2008-08-20 13:46

administrator   ~0000408

Sebastien - is there a way for the label to auto-adjust to the size of the widget?

barre

barre

2009-04-13 13:03

developer   ~0000850

Seems to be a duplicate of 0000523
http://www.na-mic.org/Bug/view.php?id=523

barre

barre

2009-04-16 16:23

developer   ~0000896

Fixed.

Added API to vtkKWMenuButton and code to auto-resize.
// Description:
// Adjust the label width automatically to fit in the menu button.
virtual void SetAdjustLabelWidthToWidgetSize(int);
vtkGetMacro(AdjustLabelWidthToWidgetSize, int);
vtkBooleanMacro(AdjustLabelWidthToWidgetSize, int);

The menu button used in the slicer controller is actually a vtkSlicerNodeSelectorWidget (subclass of vtkKWMenuButtonWithSpinButtonsWithLabel). I modified the node selector so that it auto-resizes automatically. This will fix the slice controller, but also all other part of the UI in Slicer3 where the node selector was used on very long node names...

jcfr

jcfr

2020-03-12 10:51

administrator   ~0016442

Closing. Slicer3 is not being developed anymore.

Related Changesets

Import 2017-06-07 23:51:09: master 71357481

2016-06-22 21:48:00

jcfr

Details Diff
ENH: Update BRAINSTools

$ git shortlog 6763cdb..7859819 --no-merges
Jean-Christophe Fillion-Robin (2):
COMP: CMakeLists: Consistent name between top-level and inner-project. Fixes 0000287
COMP: BRAINSDemonWarpTemplates: Fix unknown SpatialObjectType error.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@25202 3bd1e089-480b-0410-8dfb-8563597acbee
mod - SuperBuild.cmake Diff File

Issue History

Date Modified Username Field Change
2008-07-23 03:43 kikinis New Issue
2008-07-23 03:44 kikinis File Added: incompletefilename.png
2008-08-20 13:46 pieper Note Added: 0000408
2008-08-20 13:46 pieper Assigned To => barre
2008-08-20 13:46 pieper Status new => assigned
2009-04-13 13:03 barre Note Added: 0000850
2009-04-16 16:23 barre Note Added: 0000896
2009-04-16 16:23 barre Status assigned => resolved
2009-04-16 16:23 barre Resolution open => fixed
2017-06-10 08:51 jcfr Changeset attached => Slicer master 71357481
2020-03-12 10:51 jcfr Status resolved => closed
2020-03-12 10:51 jcfr Note Added: 0016442