[Libreoffice-commits] core.git: Branch 'aoo/trunk' - svx/source

Matthias Seidel (via logerrit) logerrit at kemper.freedesktop.org
Fri Jul 12 12:08:35 UTC 2019


 svx/source/stbctrls/zoomsliderctrl.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e5b45ca01299769ffa8378835e54012c57ce82b1
Author:     Matthias Seidel <mseidel at apache.org>
AuthorDate: Fri Jul 12 10:54:53 2019 +0000
Commit:     Matthias Seidel <mseidel at apache.org>
CommitDate: Fri Jul 12 10:54:53 2019 +0000

    Make zoom slider "flat"

diff --git a/svx/source/stbctrls/zoomsliderctrl.cxx b/svx/source/stbctrls/zoomsliderctrl.cxx
index 59ee0a116151..6b075987d85f 100644
--- a/svx/source/stbctrls/zoomsliderctrl.cxx
+++ b/svx/source/stbctrls/zoomsliderctrl.cxx
@@ -310,8 +310,8 @@ void SvxZoomSliderControl::Paint( const UserDrawEvent& rUsrEvt )
     Rectangle aRight( aSlider );
     aRight.Left() = aRight.Right();
 
-    pDev->SetLineColor( Color ( COL_WHITE ) );
-    pDev->SetFillColor( Color ( COL_WHITE ) );
+    pDev->SetLineColor( Color ( COL_GRAY ) );
+    pDev->SetFillColor( Color ( COL_GRAY ) );
     pDev->DrawRect( aSecondLine );
     pDev->DrawRect( aRight );
 


More information about the Libreoffice-commits mailing list