mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
ENH: Use fixed pitch font in output window.
This commit is contained in:
parent
55eede4b13
commit
8fb74f97ef
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user