mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 10:50:16 -06:00
ENH: Use fixed pitch font in output window.
This commit is contained in:
@@ -118,6 +118,9 @@ CMakeSetupDialog::CMakeSetupDialog()
|
||||
this->BinaryDirectory->setCompleter(new QCMakeFileCompleter(this, true));
|
||||
this->SourceDirectory->setCompleter(new QCMakeFileCompleter(this, true));
|
||||
|
||||
// fixed pitch font in output window
|
||||
QFont outputFont("Courier");
|
||||
this->Output->setFont(outputFont);
|
||||
|
||||
// start the cmake worker thread
|
||||
this->CMakeThread = new QCMakeThread(this);
|
||||
|
||||
Reference in New Issue
Block a user