VirtualBox

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


Ignore:
Timestamp:
May 31, 2021 5:12:12 PM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:10003: Details pane: Fixing wrong color for Details element header.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsElement.cpp

    r89250 r89408  
    14991499    /* Prepare color: */
    15001500    const QPalette pal = QApplication::palette();
    1501     const QColor buttonTextColor = pal.color(QPalette::Active, QPalette::ButtonText);
     1501    const QColor buttonTextColor = pal.color(QPalette::Active, QPalette::Text);
    15021502    const QColor linkTextColor = pal.color(QPalette::Active, QPalette::Link);
    15031503
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