mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
* Different border for ToggleButtons.
This commit is contained in:
@@ -96,7 +96,7 @@ ToggleButton::paintEvent( QPaintEvent* event )
|
|||||||
p.setBrush( StyleHelper::headerUpperColor() );
|
p.setBrush( StyleHelper::headerUpperColor() );
|
||||||
}
|
}
|
||||||
|
|
||||||
p.drawRoundedRect( highlightRect, 10.0, 10.0 );
|
p.drawRoundedRect( highlightRect, 4.0, 4.0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
QTextOption to( Qt::AlignCenter );
|
QTextOption to( Qt::AlignCenter );
|
||||||
|
Reference in New Issue
Block a user