]> git.sesse.net Git - vlc/commitdiff
Qt4 - remove tab.
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 6 Jan 2008 00:25:05 +0000 (00:25 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 6 Jan 2008 00:25:05 +0000 (00:25 +0000)
modules/gui/qt4/components/open_panels.cpp

index 36a42a155a2a4be7868b4855c72bf730a10de81a..85cc1507fbbca96747e03d8236230f80e04f8f02 100644 (file)
@@ -791,7 +791,7 @@ CaptureOpenPanel::CaptureOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) :
     addModuleAndLayouts( DSHOW_DEVICE, dshow, "DirectShow" );
 
     /* dshow Main */
-       int line = 0;
+    int line = 0;
     module_config_t *p_config = 
         config_FindConfig( VLC_OBJECT(p_intf), "dshow-vdev" );
     vdevDshowW = new StringListConfigControl( 
@@ -801,7 +801,7 @@ CaptureOpenPanel::CaptureOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) :
     p_config = config_FindConfig( VLC_OBJECT(p_intf), "dshow-adev" );
     adevDshowW = new StringListConfigControl( 
         VLC_OBJECT(p_intf), p_config, this, false, dshowDevLayout, line );
-       line++;
+    line++;
 
     /* dshow Properties */
     QLabel *dshowVSizeLabel = new QLabel( qtr( "Video size" ) );