Skip to content
Snippets Groups Projects
Commit f6b7fd14 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Qt: use SmallSize for the volume slider

parent 387d1ce6
No related branches found
No related tags found
No related merge requests found
......@@ -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" )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment