- Timestamp:
- Apr 17, 2018 2:00:53 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerTextEdit.cpp
r71638 r71875 195 195 setReadOnly(true); 196 196 197 198 #if defined(RT_OS_SOLARIS)199 /* Use system fixed-width font on Solaris hosts as the Courier family fonts don't render well. */200 197 QFont font = QFontDatabase::systemFont(QFontDatabase::FixedFont); 201 #else202 QFont font;203 font.setFamily("Courier New,courier");204 #endif205 198 setFont(font); 206 199 … … 553 546 554 547 #include "UIVMLogViewerTextEdit.moc" 555
Note:
See TracChangeset
for help on using the changeset viewer.