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

* Readd top/bottom margins.

This commit is contained in:
Christian Muehlhaeuser
2014-08-21 21:46:22 +02:00
parent c8f2e0c7a2
commit 575e8129cb

View File

@@ -53,7 +53,7 @@ SeekSlider::SeekSlider( QWidget* parent )
// "background-image: url(" RESPATH "images/seek-and-volume-knob-rest.png);" // "background-image: url(" RESPATH "images/seek-and-volume-knob-rest.png);"
"background-repeat: no-repeat;" "background-repeat: no-repeat;"
"}" ) "}" )
.arg( /*margin top&bottom*/ 0 ) .arg( /*margin top&bottom*/ 4 )
.arg( /*margin left&right*/ 0 ) .arg( /*margin left&right*/ 0 )
.arg( /*height*/ 0 ) .arg( /*height*/ 0 )
.arg( /*width*/ 0 ) ); .arg( /*width*/ 0 ) );