[Libreoffice-commits] core.git: svtools/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Oct 23 11:03:37 UTC 2018
svtools/source/config/colorcfg.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0ce6100ab672ad597f7555c0bd475b8393896c0f
Author: Muhammet Kara <muhammet.kara at pardus.org.tr>
AuthorDate: Fri Oct 19 19:18:47 2018 +0300
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Tue Oct 23 13:03:13 2018 +0200
tdf#117348: Change default grid color to a darker gray
For Impress and Draw
Change-Id: I8c7854062ae061ba2f7cd968ffd608b8d9b0ca5b
Reviewed-on: https://gerrit.libreoffice.org/62025
Tested-by: Jenkins
Reviewed-by: V Stuart Foote <vstuart.foote at utsa.edu>
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/svtools/source/config/colorcfg.cxx b/svtools/source/config/colorcfg.cxx
index 8d0c3e5be45c..a5c1a1ac25bf 100644
--- a/svtools/source/config/colorcfg.cxx
+++ b/svtools/source/config/colorcfg.cxx
@@ -439,7 +439,7 @@ Color ColorConfig::GetDefaultColor(ColorConfigEntry eEntry)
COL_GREEN, // CALCFORMULA
COL_BLACK, // CALCTEXT
COL_LIGHTGRAY, // CALCPROTECTEDBACKGROUND
- COL_LIGHTGRAY, // DRAWGRID
+ COL_GRAY7, // DRAWGRID
COL_GREEN, // BASICIDENTIFIER,
COL_GRAY, // BASICCOMMENT,
COL_LIGHTRED, // BASICNUMBER,
More information about the Libreoffice-commits
mailing list