1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-04 13:17:34 +02:00

* Fixed typo in SeekSlider.

This commit is contained in:
Christian Muehlhaeuser
2012-06-14 07:32:27 +02:00
parent ab5fe146d4
commit e831ba9c46

View File

@@ -31,7 +31,7 @@ SeekSlider::SeekSlider( QWidget* parent )
, m_timeLine( 0 ) , m_timeLine( 0 )
{ {
setFixedHeight( 20 ); setFixedHeight( 20 );
setStyleSheet( "QSlider::groove::horizontal {" setStyleSheet( "QSlider::groove:horizontal {"
"margin: 5px; border-width: 3px;" "margin: 5px; border-width: 3px;"
"border-image: url(" RESPATH "images/seek-slider-bkg.png) 3 3 3 3 stretch stretch;" "border-image: url(" RESPATH "images/seek-slider-bkg.png) 3 3 3 3 stretch stretch;"
"}" "}"
@@ -41,7 +41,7 @@ SeekSlider::SeekSlider( QWidget* parent )
"border-image: url(" RESPATH "images/seek-slider-level.png) 3 3 3 3 stretch stretch;" "border-image: url(" RESPATH "images/seek-slider-level.png) 3 3 3 3 stretch stretch;"
"}" "}"
"QSlider::handle::horizontal {" "QSlider::handle:horizontal {"
"margin-bottom: -7px; margin-top: -7px;" "margin-bottom: -7px; margin-top: -7px;"
"margin-left: -4px; margin-right: -4px;" "margin-left: -4px; margin-right: -4px;"
"height: 17px; width: 16px;" "height: 17px; width: 16px;"