[Libreoffice-commits] core.git: svx/source

Rishabh Kumar kris.kr296 at gmail.com
Sun Jul 3 22:38:01 UTC 2016


 svx/source/dialog/dlgctrl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c89294233b6a9ffc1bd75e6e9226ad723b7d5538
Author: Rishabh Kumar <kris.kr296 at gmail.com>
Date:   Mon Jul 4 03:30:41 2016 +0530

    Grid line color change for SvxPixelCtl
    
    Change-Id: I0a7c0f2f8da9323a341fe378dcb7ef596aa133af
    Reviewed-on: https://gerrit.libreoffice.org/26884
    Reviewed-by: Heiko Tietze <tietze.heiko at googlemail.com>
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Rishabh Kumar <kris.kr296 at yahoo.in>

diff --git a/svx/source/dialog/dlgctrl.cxx b/svx/source/dialog/dlgctrl.cxx
index 3eb447b..fc8cf66 100644
--- a/svx/source/dialog/dlgctrl.cxx
+++ b/svx/source/dialog/dlgctrl.cxx
@@ -808,7 +808,7 @@ SvxPixelCtl::SvxPixelCtl(vcl::Window* pParent, sal_uInt16 nNumber)
     assert(nLines); // can't have no lines
     SetPixelColor( Color( COL_BLACK ) );
     SetBackgroundColor( Color( COL_WHITE ) );
-    SetLineColor( Application::GetSettings().GetStyleSettings().GetShadowColor() );
+    SetLineColor( Color( COL_LIGHTGRAY ) );
 
     nSquares = nLines * nLines;
     pPixel = new sal_uInt16[ nSquares ];


More information about the Libreoffice-commits mailing list