Changeset 108004 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jan 31, 2025 8:42:01 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167276
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsView.cpp
r107997 r108004 213 213 if (!tools()->isPopup()) 214 214 backgroundColor = uiCommon().isInDarkMode() 215 ? backgroundColor.lighter(1 20)216 : backgroundColor.darker(1 20);215 ? backgroundColor.lighter(130) 216 : backgroundColor.darker(110); 217 217 pal.setColor(QPalette::Active, QPalette::Base, backgroundColor); 218 218 pal.setColor(QPalette::Inactive, QPalette::Base, backgroundColor);
Note:
See TracChangeset
for help on using the changeset viewer.