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

Qt: lower a bit the default sound slider.

parent 7d55d5ee
......@@ -107,7 +107,7 @@ SoundWidget::SoundWidget( QWidget *_parent, intf_thread_t * _p_intf,
if( b_special )
subLayout->addWidget( volumeSlider );
else
layout->addWidget( volumeSlider );
layout->addWidget( volumeSlider, 0, Qt::AlignBottom );
/* Set the volume from the config */
volumeSlider->setValue( ( config_GetInt( p_intf, "volume" ) ) *
......
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