]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
README info is printed by fixed font
authorvsr <vsr@opencascade.com>
Fri, 26 Mar 2004 06:30:01 +0000 (06:30 +0000)
committervsr <vsr@opencascade.com>
Fri, 26 Mar 2004 06:30:01 +0000 (06:30 +0000)
src/SALOME_InstallWizard.cxx

index 09c1be3bbc5e86fbbd606e116ccbe7b9312559cc..dab7573f183b5ab1a70e9cb82ecb44e2eda43536 100644 (file)
@@ -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" ) );