mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
changed slider button stylesheets to allow moving them to the end
BUG: TWK-289
This commit is contained in:
@@ -106,6 +106,7 @@ AudioControls::AudioControls( QWidget* parent )
|
|||||||
|
|
||||||
"QSlider::handle::horizontal {"
|
"QSlider::handle::horizontal {"
|
||||||
"margin-bottom: -7px; margin-top: -7px;"
|
"margin-bottom: -7px; margin-top: -7px;"
|
||||||
|
"margin-left: -4px; margin-right: -4px;"
|
||||||
"height: 17px; width: 16px;"
|
"height: 17px; width: 16px;"
|
||||||
"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;"
|
||||||
@@ -126,6 +127,7 @@ AudioControls::AudioControls( QWidget* parent )
|
|||||||
|
|
||||||
"QSlider::handle::horizontal {"
|
"QSlider::handle::horizontal {"
|
||||||
"margin-bottom: -7px; margin-top: -7px;"
|
"margin-bottom: -7px; margin-top: -7px;"
|
||||||
|
"margin-left: -4px; margin-right: -4px;"
|
||||||
"height: 17px; width: 16px;"
|
"height: 17px; width: 16px;"
|
||||||
"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;"
|
||||||
|
Reference in New Issue
Block a user