Commit 6ea360ad authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt, effects: improve readability

Close #4297
parent 2e2070b4
......@@ -1153,7 +1153,7 @@ Compressor::Compressor( intf_thread_t *_p_intf, QWidget *_parent )
: QWidget( _parent ) , p_intf( _p_intf )
{
QFont smallFont = QApplication::font();
smallFont.setPointSize( smallFont.pointSize() - 3 );
smallFont.setPointSize( smallFont.pointSize() - 2 );
QGridLayout *layout = new QGridLayout( this );
......@@ -1307,7 +1307,7 @@ Spatializer::Spatializer( intf_thread_t *_p_intf, QWidget *_parent )
: QWidget( _parent ) , p_intf( _p_intf )
{
QFont smallFont = QApplication::font();
smallFont.setPointSize( smallFont.pointSize() - 3 );
smallFont.setPointSize( smallFont.pointSize() - 2 );
QGridLayout *layout = new QGridLayout( this );
......
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