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

* Paint background in slider again.

This commit is contained in:
Christian Muehlhaeuser 2014-08-21 21:38:55 +02:00
parent 949e6dbc35
commit c8f2e0c7a2

View File

@ -35,7 +35,7 @@ SeekSlider::SeekSlider( QWidget* parent )
{
setStyleSheet( QString(
"QSlider::groove:horizontal {"
"height: 4px; margin: %1px; border: %2px solid rgba(0, 0, 0, 0); background: rgba(0, 0, 0, 0);"
"height: 4px; margin: %1px; border: %2px solid rgba(200, 200, 200, 0); background: rgba(200, 200, 200, 40);"
// "border-image: url(" RESPATH "images/seek-slider-bkg.png) %2 %2 %2 %2 stretch stretch;"
"}"