Adjust padding.

This commit is contained in:
Teo Mrnjavac 2015-12-11 16:58:15 +01:00
parent 5aa8cd4a9b
commit 798a491296

View File

@ -152,7 +152,7 @@ PartitionBarsView::drawSection( QPainter* painter, const QRect& rect_, int x, in
highlightColor.setAlpha( 120 );
painter->setBrush( highlightColor );
const int SEL_PADDING = 2;
const int SEL_PADDING = 1;
QRect selectionRect = rect;
selectionRect.setX( x + 1 );