From: vsr Date: Fri, 26 Mar 2004 06:30:01 +0000 (+0000) Subject: README info is printed by fixed font X-Git-Tag: PAL_1_4_1~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1a22caba07a06708b5ac99ae05a9a64657526fc6;p=tools%2Finstall.git README info is printed by fixed font --- diff --git a/src/SALOME_InstallWizard.cxx b/src/SALOME_InstallWizard.cxx index 09c1be3..dab7573 100644 --- a/src/SALOME_InstallWizard.cxx +++ b/src/SALOME_InstallWizard.cxx @@ -609,6 +609,7 @@ void SALOME_InstallWizard::setupReadmePage() readme = new QTextEdit( readmePage ); readme->setReadOnly( true ); readme->setTextFormat( PlainText ); + readme->setFont( QFont( "Fixed" ) ); readme->setUndoRedoEnabled ( false ); QWhatsThis::add( readme, tr( "Displays README information" ) ); QToolTip::add ( readme, tr( "Displays README information" ) );