VirtualBox

Changeset 47756 in vbox


Ignore:
Timestamp:
Aug 15, 2013 11:57:01 AM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: Popup-center: Popup-pane: Change gradient-painting direction to vertical.

File:
1 edited

Legend:

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

    r47694 r47756  
    427427    QColor newColor1(currentColor.red(), currentColor.green(), currentColor.blue(), opacity());
    428428    QColor newColor2 = newColor1.darker(115);
    429     QLinearGradient headerGradient(rect.topLeft(), rect.topRight());
     429    QLinearGradient headerGradient(rect.topLeft(), rect.bottomLeft());
    430430    headerGradient.setColorAt(0, newColor1);
    431431    headerGradient.setColorAt(1, newColor2);
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