Kaydet (Commit) e4b634fc authored tarafından Ruslan Kabatsayev's avatar Ruslan Kabatsayev Kaydeden (comit) Kohei Yoshida

Better center status bar items between separators

Change-Id: I24553dda11b13c323b1a14813530175cdc563f8b
Reviewed-on: https://gerrit.libreoffice.org/298Reviewed-by: 's avatarKohei Yoshida <kohei.yoshida@gmail.com>
Tested-by: 's avatarKohei Yoshida <kohei.yoshida@gmail.com>
üst bf8f009c
......@@ -479,10 +479,10 @@ void StatusBar::ImplDrawItem( sal_Bool bOffScreen, sal_uInt16 nPos, sal_Bool bDr
{
// draw separator
Point aFrom( aRect.TopLeft() );
aFrom.X()--;
aFrom.X()-=4;
aFrom.Y()++;
Point aTo( aRect.BottomLeft() );
aTo.X()--;
aTo.X()-=4;
aTo.Y()--;
DecorationView aDecoView( this );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment