1
0
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:
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.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 );