mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 08:34:34 +02:00
* Readd top/bottom margins.
This commit is contained in:
@@ -53,7 +53,7 @@ SeekSlider::SeekSlider( QWidget* parent )
|
||||
// "background-image: url(" RESPATH "images/seek-and-volume-knob-rest.png);"
|
||||
"background-repeat: no-repeat;"
|
||||
"}" )
|
||||
.arg( /*margin top&bottom*/ 0 )
|
||||
.arg( /*margin top&bottom*/ 4 )
|
||||
.arg( /*margin left&right*/ 0 )
|
||||
.arg( /*height*/ 0 )
|
||||
.arg( /*width*/ 0 ) );
|
||||
|
Reference in New Issue
Block a user