From 8c499322011ee0a363e9dfc9310576ebb14612dc Mon Sep 17 00:00:00 2001 From: Francois Cartegnie Date: Wed, 29 Sep 2010 19:32:36 +0200 Subject: [PATCH] Qt: CaptureOpenPanel: fix layout --- modules/gui/qt4/components/open_panels.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp index b060d825ba..ee38d4af40 100644 --- a/modules/gui/qt4/components/open_panels.cpp +++ b/modules/gui/qt4/components/open_panels.cpp @@ -836,14 +836,14 @@ void CaptureOpenPanel::initialize() v4l2DevLayout->addWidget( v4l2AudioDevice, 1, 1 ); /* v4l2 Props panel */ - QLabel *v4l2StdLabel = new QLabel( qtr( "Standard" ) ); + QLabel *v4l2StdLabel = new QLabel( qtr( "Video standard" ) ); v4l2PropLayout->addWidget( v4l2StdLabel, 0 , 0 ); v4l2StdBox = new QComboBox; setfillVLCConfigCombo( "v4l2-standard", p_intf, v4l2StdBox ); v4l2PropLayout->addWidget( v4l2StdBox, 0 , 1 ); v4l2PropLayout->addItem( new QSpacerItem( 20, 20, QSizePolicy::Expanding ), - 1, 0, 3, 1 ); + 1, 0, 3, 2 ); /* v4l2 CONNECTs */ CuMRL( v4l2VideoDevice->lineEdit(), textChanged( const QString& ) ); -- 2.39.2