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

Qt4: compressor and Spatializer widget margin shouldn't be 0

parent f53ca6c8
......@@ -1137,7 +1137,6 @@ Compressor::Compressor( intf_thread_t *_p_intf, QWidget *_parent )
smallFont.setPointSize( smallFont.pointSize() - 3 );
QGridLayout *layout = new QGridLayout( this );
layout->setMargin( 0 );
enableCheck = new QCheckBox( qtr( "Enable dynamic range compressor" ) );
layout->addWidget( enableCheck, 0, 0, 1, NUM_CP_CTRL );
......@@ -1292,7 +1291,6 @@ Spatializer::Spatializer( intf_thread_t *_p_intf, QWidget *_parent )
smallFont.setPointSize( smallFont.pointSize() - 3 );
QGridLayout *layout = new QGridLayout( this );
layout->setMargin( 0 );
enableCheck = new QCheckBox( qtr( "Enable spatializer" ) );
layout->addWidget( enableCheck, 0, 0, 1, NUM_SP_CTRL );
......
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