1
0
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:
Christian Muehlhaeuser 2011-09-16 11:23:27 +02:00
parent f32bab7733
commit e0edb2b15b

View File

@ -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 );