Changeset 9268 in vbox for trunk/src/VBox
- Timestamp:
- May 31, 2008 2:50:56 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/VBoxDbgConsole.cpp
r9267 r9268 70 70 #else 71 71 QFont Font = font(); 72 Font.setStyleHint(QFont::TypeWriter); 72 73 Font.setFamily("Courier [Monotype]"); 73 Font.setStyleHint(QFont::TypeWriter);74 74 #endif 75 75 setFont(Font);
Note:
See TracChangeset
for help on using the changeset viewer.