Changeset 88970 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 11, 2021 7:43:51 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144307
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.cpp
r88969 r88970 106 106 { 107 107 QStyleOptionTab opt; 108 m_alternateColors << opt.palette.color(QPalette::Button).darker( 230);109 m_alternateColors << opt.palette.color(QPalette::Button).darker(1 40);110 m_selectedTabColor = opt.palette.color(QPalette:: Window).lighter(300);108 m_alternateColors << opt.palette.color(QPalette::Button).darker(180); 109 m_alternateColors << opt.palette.color(QPalette::Button).darker(120); 110 m_selectedTabColor = opt.palette.color(QPalette::Button).lighter(300); 111 111 112 112 QStyle *pFusionStyle = QStyleFactory::create("Fusion");
Note:
See TracChangeset
for help on using the changeset viewer.