summaryrefslogtreecommitdiffstats
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:52:21 +0200
commit6ce4e0a263f3dfe86eccc8f750f57364ed612a4a (patch)
tree31251664d574f97ab1de302445b548563cb3788c
parentsave tabdialog settings in dtor as well as ::Ok (diff)
downloadcore-6ce4e0a263f3dfe86eccc8f750f57364ed612a4a.tar.gz
core-6ce4e0a263f3dfe86eccc8f750f57364ed612a4a.zip
aero toolbar: Use f0f0f0 for the gradient again, it was reverted by accident.
Change-Id: I05435615185f05ec3fd9609f039394f4ecb03def
-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 );
}