[vlc-commits] commit: Qt4: compressor and Spatializer widget margin shouldn't be 0 ( Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Wed Sep 22 01:13:29 CEST 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Sep 22 01:12:35 2010 +0200| [23566858e9dae7083730cb5525c4342a1e8dbaf4] | committer: Jean-Baptiste Kempf 

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

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=23566858e9dae7083730cb5525c4342a1e8dbaf4
---

 modules/gui/qt4/components/extended_panels.cpp |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/components/extended_panels.cpp b/modules/gui/qt4/components/extended_panels.cpp
index b7d6e3e..3d363a1 100644
--- a/modules/gui/qt4/components/extended_panels.cpp
+++ b/modules/gui/qt4/components/extended_panels.cpp
@@ -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 );



More information about the vlc-commits mailing list