[Libreoffice-commits] .: Branch 'libreoffice-3-6' - vcl/win

Jan Holesovsky kendy at kemper.freedesktop.org
Tue Jun 26 07:52:01 PDT 2012


 vcl/win/source/gdi/salnativewidgets-luna.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b02c285edf34e25e0f164d9fb65e3504ef043c39
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Tue Jun 26 16:48:19 2012 +0200

    aero toolbar: Use f0f0f0 for the gradient again, it was reverted by accident.
    
    Change-Id: I05435615185f05ec3fd9609f039394f4ecb03def

diff --git a/vcl/win/source/gdi/salnativewidgets-luna.cxx b/vcl/win/source/gdi/salnativewidgets-luna.cxx
index ded121d..b8abaee 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 );
 }


More information about the Libreoffice-commits mailing list