[Cmake-commits] [cmake-commits] clinton committed CMakeSetupDialog.cxx 1.37 1.38
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri Mar 7 11:50:13 EST 2008
Update of /cvsroot/CMake/CMake/Source/QtDialog
In directory public:/mounts/ram/cvs-serv28392
Modified Files:
CMakeSetupDialog.cxx
Log Message:
ENH: Use fixed pitch font in output window.
Index: CMakeSetupDialog.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/QtDialog/CMakeSetupDialog.cxx,v
retrieving revision 1.37
retrieving revision 1.38
diff -C 2 -d -r1.37 -r1.38
*** CMakeSetupDialog.cxx 25 Feb 2008 20:07:38 -0000 1.37
--- CMakeSetupDialog.cxx 7 Mar 2008 16:50:11 -0000 1.38
***************
*** 119,122 ****
--- 119,125 ----
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
More information about the Cmake-commits
mailing list