VirtualBox

Changeset 70665 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jan 22, 2018 8:30:05 AM (7 years ago)
Author:
vboxsync
Message:

FE/Qt A bit bigger font size for the background

File:
1 edited

Legend:

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

    r70663 r70665  
    271271{
    272272    QPalette mPalette = palette();
    273     /* When the text is marked as filtered blend a background indicating that */
     273    /* Paint a string to the background of the text edit to indicate that
     274       the text has been filtered */
    274275    if (m_bShownTextIsFiltered)
    275276    {
     
    286287        painter.setPen(fontColor);
    287288        pfont.setBold(true);
    288         pfont.setPixelSize(40);
     289        pfont.setPixelSize(46);
    289290        painter.setFont(pfont);
    290291
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