- Timestamp:
- Oct 14, 2023 10:42:33 AM (19 months ago)
- svn:sync-xref-src-repo-rev:
- 159505
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/UIAdvancedSettingsDialog.cpp
r101442 r101446 298 298 /* Prepare left painting gradient: */ 299 299 const QColor backColor1 = pal.color(QPalette::Active, isChecked() ? QPalette::Window : QPalette::Highlight); 300 const QColor bcTone11 = backColor1.lighter(isChecked() ? 1 00 : 120);301 const QColor bcTone12 = backColor1.lighter(isChecked() ? 1 20 : 140);300 const QColor bcTone11 = backColor1.lighter(isChecked() ? 120 : 100); 301 const QColor bcTone12 = backColor1.lighter(isChecked() ? 140 : 120); 302 302 QLinearGradient grad1(painterPath1.boundingRect().topLeft(), painterPath1.boundingRect().bottomRight()); 303 303 grad1.setColorAt(0, bcTone11);
Note:
See TracChangeset
for help on using the changeset viewer.