diff options
author | Susobhan Ghosh <susobhang70@gmail.com> | 2016-08-11 17:13:39 +0530 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2016-08-11 12:25:53 +0000 |
commit | c878bfc8c90372217bfa41818825f4e047b794d8 (patch) | |
tree | 9ff56b5bd2ad07b63feac175dc4200aae6bb68fe | |
parent | 045879b5578203c2a6c38a1bce4d9b4fa7cc5cb0 (diff) |
Change background of shape thumbnails to dialog color
Change-Id: I9fc84fc78d7652eb12408688cd9c0be16f7e2d78
Reviewed-on: https://gerrit.libreoffice.org/28048
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
-rw-r--r-- | svx/source/sidebar/shapes/DefaultShapesPanel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sidebar/shapes/DefaultShapesPanel.cxx b/svx/source/sidebar/shapes/DefaultShapesPanel.cxx index 17932499d204..32254b14acc5 100644 --- a/svx/source/sidebar/shapes/DefaultShapesPanel.cxx +++ b/svx/source/sidebar/shapes/DefaultShapesPanel.cxx @@ -84,7 +84,7 @@ void DefaultShapesPanel::Initialize() populateShapes(); for(auto& aSetMap: mpShapesSetMap) { - aSetMap.first->SetColor(GetSettings().GetStyleSettings().GetMenuColor()); + aSetMap.first->SetColor(GetSettings().GetStyleSettings().GetDialogColor()); aSetMap.first->SetSelectHdl(LINK(this, DefaultShapesPanel, ShapeSelectHdl)); } } |