VirtualBox

Changeset 74595 in vbox


Ignore:
Timestamp:
Oct 3, 2018 2:10:01 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
125475
Message:

FE/Qt: bugref:9241: macOS: A bit of color fixes for r125473.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIToolBar.cpp

    r74593 r74595  
    119119        const QColor backgroundColor = palette().color(QPalette::Active, QPalette::Mid);
    120120        QLinearGradient gradient(rectangle.topLeft(), rectangle.bottomLeft());
    121         gradient.setColorAt(0,   backgroundColor.lighter(125));
    122         gradient.setColorAt(.65, backgroundColor.lighter(130));
    123         gradient.setColorAt(1,   backgroundColor.lighter(135));
     121        gradient.setColorAt(0,   backgroundColor.lighter(130));
     122        gradient.setColorAt(1,   backgroundColor.lighter(125));
    124123
    125124        /* Fill background: */
Note: See TracChangeset for help on using the changeset viewer.

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