mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 23:39:42 +01:00
* Make hit-area for sliders even bigger, while hopefully restoring them on OSX, too.
This commit is contained in:
parent
4dd70556a5
commit
949e6dbc35
@ -35,16 +35,16 @@ SeekSlider::SeekSlider( QWidget* parent )
|
||||
{
|
||||
setStyleSheet( QString(
|
||||
"QSlider::groove:horizontal {"
|
||||
"margin: %1px; border: %2px solid rgba(200, 200, 200, 40); background: rgba(200, 200, 200, 40);"
|
||||
"height: 4px; margin: %1px; border: %2px solid rgba(0, 0, 0, 0); background: rgba(0, 0, 0, 0);"
|
||||
// "border-image: url(" RESPATH "images/seek-slider-bkg.png) %2 %2 %2 %2 stretch stretch;"
|
||||
"}"
|
||||
|
||||
"QSlider::sub-page:horizontal {"
|
||||
"margin: %1px; border: %2px solid #ffffff; background: #ffffff;"
|
||||
"height: 4px; margin: %1px; border: %2px solid rgba(0, 0, 0, 0); background: #ffffff;"
|
||||
// "border-image: url(" RESPATH "images/seek-slider-level.png) %2 %2 %2 %2 stretch stretch;"
|
||||
"}" )
|
||||
.arg( 4 /*margin*/)
|
||||
.arg( 2 /*border*/) +
|
||||
.arg( 0 /*margin*/)
|
||||
.arg( 0 /*border*/) +
|
||||
QString(
|
||||
"QSlider::handle:horizontal {"
|
||||
"margin-bottom: -%1px; margin-top: -%1px;"
|
||||
@ -53,10 +53,10 @@ SeekSlider::SeekSlider( QWidget* parent )
|
||||
// "background-image: url(" RESPATH "images/seek-and-volume-knob-rest.png);"
|
||||
"background-repeat: no-repeat;"
|
||||
"}" )
|
||||
.arg( /*margin top&bottom*/ 4 )
|
||||
.arg( /*margin top&bottom*/ 0 )
|
||||
.arg( /*margin left&right*/ 0 )
|
||||
.arg( /*height*/ 1 )
|
||||
.arg( /*width*/ 1 ) );
|
||||
.arg( /*height*/ 0 )
|
||||
.arg( /*width*/ 0 ) );
|
||||
}
|
||||
|
||||
|
||||
|
@ -262,13 +262,13 @@
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>12</height>
|
||||
<height>16</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>16777215</width>
|
||||
<height>12</height>
|
||||
<height>16</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="orientation">
|
||||
@ -409,13 +409,13 @@
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>80</width>
|
||||
<height>12</height>
|
||||
<height>16</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>80</width>
|
||||
<height>12</height>
|
||||
<height>16</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="orientation">
|
||||
|
Loading…
x
Reference in New Issue
Block a user