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