- Timestamp:
- Jul 29, 2017 8:52:19 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117258
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/widgets
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UISlidingWidget.cpp
r68152 r68166 20 20 21 21 /* GUI includes: */ 22 #include "UIAnimationFramework.h" 22 23 #include "UISlidingWidget.h" 23 #include "UIAnimationFramework.h"24 24 25 25 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UISlidingWidget.h
r68152 r68166 24 24 /* Forward declarations: */ 25 25 class QHBoxLayout; 26 class QRect; 26 27 class QWidget; 27 28 class UIAnimation; -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UITabBar.cpp
r68145 r68166 166 166 /* Prepare palette colors: */ 167 167 const QPalette pal = palette(); 168 const QColor color0 = m_fCurrent ? pal.color(QPalette::Highlight).lighter( 200)169 : m_fHovered ? pal.color(QPalette::Highlight).lighter( 220)168 const QColor color0 = m_fCurrent ? pal.color(QPalette::Highlight).lighter(150) 169 : m_fHovered ? pal.color(QPalette::Highlight).lighter(170) 170 170 : pal.color(QPalette::Window); 171 171 QColor color1 = pal.color(QPalette::Window).lighter(110);
Note:
See TracChangeset
for help on using the changeset viewer.