Changeset 108991 in vbox
- Timestamp:
- Apr 15, 2025 4:51:20 PM (5 days ago)
- svn:sync-xref-src-repo-rev:
- 168513
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsView.cpp
r108989 r108991 231 231 backgroundColorActive = uiCommon().isInDarkMode() 232 232 ? backgroundColorActive.lighter(120) 233 : backgroundColorActive.darker(1 10);233 : backgroundColorActive.darker(107); 234 234 backgroundColorInactive = uiCommon().isInDarkMode() 235 235 ? backgroundColorInactive.lighter(120) 236 : backgroundColorInactive.darker(1 10);236 : backgroundColorInactive.darker(107); 237 237 } 238 238 pal.setColor(QPalette::Active, QPalette::Base, backgroundColorActive);
Note:
See TracChangeset
for help on using the changeset viewer.