X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvInfoPanel.cxx;h=9aa3e57f448a66a64a42b1b660a49de6174382ac;hb=717494b62328ff331365d7d9df78d93388b55a72;hp=e8d3ba8187718616c917a166ae14e7e5476f4654;hpb=274bf49f4b2781c521ddc04c0fc77ac43f2f2b82;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); } //------------------------------------------------------------------------------