Kaydet (Commit) 01e70412 authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat

Page Break: Make the line control thicker to ease fade in/out

üst 8398373c
......@@ -455,8 +455,8 @@ void SwPageBreakWin::UpdatePosition( )
SetPosSizePixel( aBtnPos, aBtnSize );
// Set the line position
Point aLinePos( nLineLeft, nYLineOffset );
Size aLineSize( nLineRight - nLineLeft, 5 );
Point aLinePos( nLineLeft, nYLineOffset - 5 );
Size aLineSize( nLineRight - nLineLeft, 10 );
m_pLine->SetPosSizePixel( aLinePos, aLineSize );
}
......
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