mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
* Different border for ToggleButtons.
This commit is contained in:
parent
f32bab7733
commit
e0edb2b15b
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user