mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
Adjust padding.
This commit is contained in:
parent
5aa8cd4a9b
commit
798a491296
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Reference in a new issue