Commit 2977616b authored by Ludovic Fauvet's avatar Ludovic Fauvet Committed by Jean-Baptiste Kempf

Qt4: Reduce the margin since the handler is now much smaller

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent c1f0dae2
...@@ -293,7 +293,7 @@ void SeekSlider::paintEvent( QPaintEvent *event ) ...@@ -293,7 +293,7 @@ void SeekSlider::paintEvent( QPaintEvent *event )
if ( option.state & QStyle::State_MouseOver ) { if ( option.state & QStyle::State_MouseOver ) {
if ( sliderPos != -1 ) { if ( sliderPos != -1 ) {
const int margin = 5; const int margin = 0;
QSize hs = handleSize() -QSize( 5, 5 ); QSize hs = handleSize() -QSize( 5, 5 );
QPoint pos; QPoint pos;
......
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