summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-06-26 16:48:19 +0200
committerJan Holesovsky <kendy@suse.cz>2012-06-26 16:51:44 +0200
commitb02c285edf34e25e0f164d9fb65e3504ef043c39 (patch)
tree13d1fbd36b116d1f02effa9a261845f69ae37556 /vcl
parent76ec145c75790b8c6407959fda962626c1b963dc (diff)
aero toolbar: Use f0f0f0 for the gradient again, it was reverted by accident.
Change-Id: I05435615185f05ec3fd9609f039394f4ecb03def
Diffstat (limited to 'vcl')
-rw-r--r--vcl/win/source/gdi/salnativewidgets-luna.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/source/gdi/salnativewidgets-luna.cxx b/vcl/win/source/gdi/salnativewidgets-luna.cxx
index ded121daf3a5..b8abaee6e5b9 100644
--- a/vcl/win/source/gdi/salnativewidgets-luna.cxx
+++ b/vcl/win/source/gdi/salnativewidgets-luna.cxx
@@ -482,7 +482,7 @@ void impl_drawAeroToolbar( HDC hDC, RECT rc )
// gradient at the bottom
TRIVERTEX vert[2] = {
{ rc.left, gradient_break, 0xfa00, 0xfa00, 0xfa00, 0xff00 },
- { rc.right, rc.bottom, 0xe500, 0xe900, 0xee00, 0xff00 }
+ { rc.right, rc.bottom, 0xf000, 0xf000, 0xf000, 0xff00 }
};
GradientFill( hDC, vert, 2, g_rect, 1, GRADIENT_FILL_RECT_V );
}