This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new 2fc0df20f1 Make thumbnail border less dominant
2fc0df20f1 is described below
commit 2fc0df20f134da6e393a075c1c8884834a205c7d
Author: mseidel <[email protected]>
AuthorDate: Tue Jul 25 12:18:44 2023 +0200
Make thumbnail border less dominant
---
main/shell/source/win32/shlxthandler/thumbviewer/thumbviewer.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main/shell/source/win32/shlxthandler/thumbviewer/thumbviewer.cxx
b/main/shell/source/win32/shlxthandler/thumbviewer/thumbviewer.cxx
index 8a8c322b7a..3b7c11c852 100644
--- a/main/shell/source/win32/shlxthandler/thumbviewer/thumbviewer.cxx
+++ b/main/shell/source/win32/shlxthandler/thumbviewer/thumbviewer.cxx
@@ -413,7 +413,7 @@ HRESULT STDMETHODCALLTYPE CThumbviewer::Extract(HBITMAP
*phBmpImage)
HGDIOBJ hOldObj = SelectObject(memDC, hMemBmp);
Gdiplus::Graphics graphics(memDC);
- Gdiplus::Pen darkPen(Gdiplus::Color(255, 64,
64, 64), 1);
+ Gdiplus::Pen darkPen(Gdiplus::Color(255, 85,
85, 85), 1);
Gdiplus::SolidBrush
whiteBrush(Gdiplus::Color(255, 255, 255, 255));
graphics.FillRectangle(&whiteBrush, canvas);