]> Creatis software - clitk.git/blobdiff - vv/vvSlicerManager.cxx
Attempt to manually adjust the layout of the overlay panel for fusion to minimize...
[clitk.git] / vv / vvSlicerManager.cxx
index c38496e5ab50b2389311eb4788f8f8ee428a0178..853d4c0b711bdb9f21095e621116c5f7568af673 100644 (file)
@@ -1198,7 +1198,7 @@ void vvSlicerManager::SetColorMap(int colormap)
     break;
   }
   if (LUT) {
-    LUT->SetTableRange(level-fabs(window)/4,level+fabs(window)/4);
+    LUT->SetTableRange(level-fabs(window)/2,level+fabs(window)/2);
     LUT->Build();
   }
   vtkWindowLevelLookupTable* fusLUT = NULL;