VirtualBox

Changeset 71875 in vbox for trunk


Ignore:
Timestamp:
Apr 17, 2018 2:00:53 PM (7 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9072 Use fixed logviewer font on all platforms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerTextEdit.cpp

    r71638 r71875  
    195195    setReadOnly(true);
    196196
    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. */
    200197    QFont font = QFontDatabase::systemFont(QFontDatabase::FixedFont);
    201 #else
    202     QFont font;
    203     font.setFamily("Courier New,courier");
    204 #endif
    205198    setFont(font);
    206199
     
    553546
    554547#include "UIVMLogViewerTextEdit.moc"
    555 
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette