1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

* Revert change.

This commit is contained in:
Christian Muehlhaeuser 2014-08-21 21:30:09 +02:00
parent fd3c3dd3d4
commit 4dd70556a5

View File

@ -33,7 +33,6 @@ SeekSlider::SeekSlider( QWidget* parent )
, m_timeLine( 0 )
, m_acceptWheelEvents( true )
{
setFixedHeight( scaledY( 20 ) );
setStyleSheet( QString(
"QSlider::groove:horizontal {"
"margin: %1px; border: %2px solid rgba(200, 200, 200, 40); background: rgba(200, 200, 200, 40);"