VirtualBox

Changeset 108063 in vbox for trunk


Ignore:
Timestamp:
Feb 5, 2025 10:58:34 AM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167343
Message:

FE/Qt: bugref:10814: VBox Manager / Tools pane: More visible background for the current tool selection token.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsItem.cpp

    r108061 r108063  
    722722            const QColor highlightColor1 = uiCommon().isInDarkMode()
    723723                                         ? highlightColor.lighter(m_iHighlightLightnessStart + 20)
    724                                          : highlightColor.darker(m_iHighlightLightnessStart);
     724                                         : highlightColor.darker(m_iHighlightLightnessStart + 20);
    725725            const QColor highlightColor2 = uiCommon().isInDarkMode()
    726726                                         ? highlightColor.lighter(m_iHighlightLightnessFinal + 20)
    727                                          : highlightColor.darker(m_iHighlightLightnessFinal);
     727                                         : highlightColor.darker(m_iHighlightLightnessFinal + 20);
    728728
    729729            /* Prepare token sub-rect: */
    730730            QRect tokenRect(rectangle.topLeft() + QPoint(0, 4),
    731                             QSize(4, rectangle.height() - 8));
     731                            QSize(5, rectangle.height() - 8));
    732732
    733733            /* Draw gradient token: */
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