1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 09:04:33 +02:00

* Test for OSX.

This commit is contained in:
Christian Muehlhaeuser
2014-08-21 21:24:37 +02:00
parent f292e50943
commit 3acefd613e

View File

@@ -33,6 +33,7 @@ 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);"