diff options
Diffstat (limited to 'sw/source/ui/misc/swruler.cxx')
-rw-r--r-- | sw/source/ui/misc/swruler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/misc/swruler.cxx b/sw/source/ui/misc/swruler.cxx index b1035c9798c3..8f628eb6ac1a 100644 --- a/sw/source/ui/misc/swruler.cxx +++ b/sw/source/ui/misc/swruler.cxx @@ -134,7 +134,7 @@ void SwCommentRuler::DrawCommentControl() } // Draw label - Color aTextColor = GetFadedColor( rStyleSettings.GetButtonTextColor(), rStyleSettings.GetDeactiveTextColor() ); + Color aTextColor = GetFadedColor( rStyleSettings.GetButtonTextColor(), rStyleSettings.GetDarkShadowColor() ); maVirDev.SetTextColor( aTextColor ); // FIXME Expected font size? maVirDev.DrawText( aLabelPos, aLabel ); |