X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvInfoPanel.cxx;h=9aa3e57f448a66a64a42b1b660a49de6174382ac;hb=0e4f77b4892597234d90ee974044aa9f5a81ce89;hp=e8d3ba8187718616c917a166ae14e7e5476f4654;hpb=5d07c6f09eee2f55347c6722c16c1f81de28e747;p=clitk.git diff --git a/vv/vvInfoPanel.cxx b/vv/vvInfoPanel.cxx index e8d3ba8..9aa3e57 100644 --- a/vv/vvInfoPanel.cxx +++ b/vv/vvInfoPanel.cxx @@ -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); } //------------------------------------------------------------------------------