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

Qt, align the volume mute control with the bottom

parent 1339e357
...@@ -79,7 +79,7 @@ SoundWidget::SoundWidget( QWidget *_parent, intf_thread_t * _p_intf, ...@@ -79,7 +79,7 @@ SoundWidget::SoundWidget( QWidget *_parent, intf_thread_t * _p_intf,
} }
/* And add the label */ /* And add the label */
layout->addWidget( volMuteLabel ); layout->addWidget( volMuteLabel, 0, Qt::AlignBottom );
/* Slider creation: shiny or clean */ /* Slider creation: shiny or clean */
if( b_shiny ) if( b_shiny )
......
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