VirtualBox

Changeset 108991 in vbox


Ignore:
Timestamp:
Apr 15, 2025 4:51:20 PM (5 days ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168513
Message:

FE/Qt: bugref:10814: VBox Manager / Tool-pane: Another try to adjust background for Global toolbar.

File:
1 edited

Legend:

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

    r108989 r108991  
    231231        backgroundColorActive = uiCommon().isInDarkMode()
    232232                              ? backgroundColorActive.lighter(120)
    233                               : backgroundColorActive.darker(110);
     233                              : backgroundColorActive.darker(107);
    234234        backgroundColorInactive = uiCommon().isInDarkMode()
    235235                                ? backgroundColorInactive.lighter(120)
    236                                 : backgroundColorInactive.darker(110);
     236                                : backgroundColorInactive.darker(107);
    237237    }
    238238    pal.setColor(QPalette::Active, QPalette::Base, backgroundColorActive);
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