summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorHeiko Tietze <tietze.heiko@gmail.com>2024-05-16 10:24:20 +0200
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2024-05-16 12:49:47 +0200
commit7fc7d3b9fe6eabeddf43fbf72a041854fda51b27 (patch)
tree158550200afee0644fe82c54dfb1a8add5e90b4c /cui
parent69189de8fa9a9d4973a4304a82780d32e79fbe6f (diff)
Related tdf#159573 - WhatsNew dialog: 1px glitch with Wayland
Change-Id: I6565fa32f4484e74abecc795c67e7afa13f7f55b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167734 Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Tested-by: Jenkins
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/whatsnew.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/whatsnew.cxx b/cui/source/dialogs/whatsnew.cxx
index 6092b7e4af50..5136c62f33ca 100644
--- a/cui/source/dialogs/whatsnew.cxx
+++ b/cui/source/dialogs/whatsnew.cxx
@@ -155,7 +155,7 @@ void WhatsNewProgress::Paint(vcl::RenderContext& rRenderContext, const tools::Re
rRenderContext.Erase();
rRenderContext.SetAntialiasing(AntialiasingFlags::Enable);
- tools::Rectangle aRect(Point(0, 0), Size(PROGRESS_DOTSIZE, PROGRESS_DOTSIZE));
+ tools::Rectangle aRect(Point(1, 1), Size(PROGRESS_DOTSIZE, PROGRESS_DOTSIZE));
for (sal_Int32 i = 0; i < m_nTotal; i++)
{
if (i == m_nCurrent)