mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
* Revert back size.
This commit is contained in:
@@ -44,7 +44,7 @@ SeekSlider::SeekSlider( QWidget* parent )
|
|||||||
// "border-image: url(" RESPATH "images/seek-slider-level.png) %2 %2 %2 %2 stretch stretch;"
|
// "border-image: url(" RESPATH "images/seek-slider-level.png) %2 %2 %2 %2 stretch stretch;"
|
||||||
"}" )
|
"}" )
|
||||||
.arg( 0 /*margin*/)
|
.arg( 0 /*margin*/)
|
||||||
.arg( 3 /*border*/) +
|
.arg( 0 /*border*/) +
|
||||||
QString(
|
QString(
|
||||||
"QSlider::handle:horizontal {"
|
"QSlider::handle:horizontal {"
|
||||||
"margin-bottom: -%1px; margin-top: -%1px;"
|
"margin-bottom: -%1px; margin-top: -%1px;"
|
||||||
@@ -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*/ 4 )
|
.arg( /*margin top&bottom*/ 0 )
|
||||||
.arg( /*margin left&right*/ 0 )
|
.arg( /*margin left&right*/ 0 )
|
||||||
.arg( /*height*/ 0 )
|
.arg( /*height*/ 0 )
|
||||||
.arg( /*width*/ 0 ) );
|
.arg( /*width*/ 0 ) );
|
||||||
|
@@ -262,13 +262,13 @@
|
|||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>0</width>
|
<width>0</width>
|
||||||
<height>16</height>
|
<height>4</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="maximumSize">
|
<property name="maximumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>16777215</width>
|
<width>16777215</width>
|
||||||
<height>16</height>
|
<height>4</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
@@ -409,13 +409,13 @@
|
|||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>80</width>
|
<width>80</width>
|
||||||
<height>16</height>
|
<height>4</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="maximumSize">
|
<property name="maximumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>80</width>
|
<width>80</width>
|
||||||
<height>16</height>
|
<height>4</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
|
Reference in New Issue
Block a user