- Timestamp:
- Feb 5, 2025 10:58:34 AM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167343
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsItem.cpp
r108061 r108063 722 722 const QColor highlightColor1 = uiCommon().isInDarkMode() 723 723 ? highlightColor.lighter(m_iHighlightLightnessStart + 20) 724 : highlightColor.darker(m_iHighlightLightnessStart );724 : highlightColor.darker(m_iHighlightLightnessStart + 20); 725 725 const QColor highlightColor2 = uiCommon().isInDarkMode() 726 726 ? highlightColor.lighter(m_iHighlightLightnessFinal + 20) 727 : highlightColor.darker(m_iHighlightLightnessFinal );727 : highlightColor.darker(m_iHighlightLightnessFinal + 20); 728 728 729 729 /* Prepare token sub-rect: */ 730 730 QRect tokenRect(rectangle.topLeft() + QPoint(0, 4), 731 QSize( 4, rectangle.height() - 8));731 QSize(5, rectangle.height() - 8)); 732 732 733 733 /* Draw gradient token: */
Note:
See TracChangeset
for help on using the changeset viewer.