Changeset 47756 in vbox
- Timestamp:
- Aug 15, 2013 11:57:01 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.cpp
r47694 r47756 427 427 QColor newColor1(currentColor.red(), currentColor.green(), currentColor.blue(), opacity()); 428 428 QColor newColor2 = newColor1.darker(115); 429 QLinearGradient headerGradient(rect.topLeft(), rect. topRight());429 QLinearGradient headerGradient(rect.topLeft(), rect.bottomLeft()); 430 430 headerGradient.setColorAt(0, newColor1); 431 431 headerGradient.setColorAt(1, newColor2);
Note:
See TracChangeset
for help on using the changeset viewer.