VirtualBox

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


Ignore:
Timestamp:
Jul 17, 2024 9:10:47 PM (6 months ago)
Author:
vboxsync
Message:

FE/Qt: bugref:10724: VBoxAboutDlg: Update pixmaps and text color.

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
5 edited

Legend:

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

    r104358 r105391  
    191191            palette.setColor(QPalette::WindowText, QColor(strColor).name());
    192192        else
    193             palette.setColor(QPalette::WindowText, Qt::black);
     193            palette.setColor(QPalette::WindowText, Qt::white);
    194194        m_pLabel->setPalette(palette);
    195195        m_pLabel->setTextInteractionFlags(Qt::TextSelectableByMouse);
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