]> Creatis software - clitk.git/blobdiff - vv/vvInfoPanel.cxx
Removed typename outside template which prevents MSVC compilation
[clitk.git] / vv / vvInfoPanel.cxx
index e8d3ba8187718616c917a166ae14e7e5476f4654..9aa3e57f448a66a64a42b1b660a49de6174382ac 100644 (file)
@@ -29,6 +29,9 @@ vvInfoPanel::vvInfoPanel(QWidget * parent):QWidget(parent)
 #if CLITK_MEMORY_INFO==0
   memoryUsageLabel->hide();
 #endif
+  QFont font = transformationLabel->font();
+  font.setStyleHint(QFont::TypeWriter);
+  transformationLabel->setFont(font);
 }
 //------------------------------------------------------------------------------