]> Creatis software - clitk.git/commitdiff
MOST IMPORTANT CHANGE IN VV SINCE YEARS !! Now MemoryUsage is displayed in blue.
authordsarrut <dsarrut>
Fri, 11 Mar 2011 07:16:06 +0000 (07:16 +0000)
committerdsarrut <dsarrut>
Fri, 11 Mar 2011 07:16:06 +0000 (07:16 +0000)
vv/vvInfoPanel.cxx

index ee77cb1447b01e870c68ae72143663397fd75b3e..a9336145ca1ec3019e65a0cbfa800b1266743449 100644 (file)
@@ -163,7 +163,7 @@ void vvInfoPanel::setViews(int window, int view, int slice)
 //------------------------------------------------------------------------------
 void vvInfoPanel::setMemoryInMb(QString text)
 {
-  memoryUsageLabel->setText("Memory usage: "+text);
+  memoryUsageLabel->setText("<font color=\"blue\">Memory usage :</font> "+text);
 }
 //------------------------------------------------------------------------------