VirtualBox

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


Ignore:
Timestamp:
May 11, 2021 7:43:51 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
144307
Message:

FE/Qt: bugref:9930. Small fix

File:
1 edited

Legend:

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

    r88969 r88970  
    106106{
    107107    QStyleOptionTab opt;
    108     m_alternateColors << opt.palette.color(QPalette::Button).darker(230);
    109     m_alternateColors << opt.palette.color(QPalette::Button).darker(140);
    110     m_selectedTabColor = opt.palette.color(QPalette::Window).lighter(300);
     108    m_alternateColors << opt.palette.color(QPalette::Button).darker(180);
     109    m_alternateColors << opt.palette.color(QPalette::Button).darker(120);
     110    m_selectedTabColor = opt.palette.color(QPalette::Button).lighter(300);
    111111
    112112    QStyle *pFusionStyle = QStyleFactory::create("Fusion");
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