Commit f6b7fd14 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: use SmallSize for the volume slider

parent 387d1ce6
......@@ -93,6 +93,7 @@ SoundWidget::SoundWidget( QWidget *_parent, intf_thread_t * _p_intf,
else
{
volumeSlider = new QSlider( NULL );
volumeSlider->setAttribute( Qt::WA_MacSmallSize);
volumeSlider->setOrientation( b_special ? Qt::Vertical
: Qt::Horizontal );
volumeSlider->setMaximum( var_InheritBool( p_intf, "qt-volume-complete" )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment