]> git.sesse.net Git - vlc/commitdiff
keep to the style of the file.
authorJean-Paul Saman <jpsaman@videolan.org>
Sun, 16 Dec 2007 19:47:25 +0000 (19:47 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sun, 16 Dec 2007 19:47:25 +0000 (19:47 +0000)
modules/gui/qt4/components/interface_widgets.cpp

index b9355b78e0e1fc5fb2a4434026c7efad1a0be4c0..3373bd6670bf443ad39f0d401af683c56eb8aa5e 100644 (file)
@@ -475,14 +475,14 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i,
     setupSmallButton( telexTransparent );
     telexLayout->addWidget( telexTransparent );
 
-    QSpinBox *telexPage = new QSpinBox();
+    QSpinBox *telexPage = new QSpinBox;
     telexPage->setRange( 0, 999 );
     telexPage->setValue( 100 );
     telexPage->setAlignment( Qt::AlignRight );
     telexLayout->addWidget( telexPage );
 
     controlLayout->addWidget( telexFrame, 1, 10, 2, 3, Qt::AlignBottom );
-    telexFrame->hide();
+//    telexFrame->hide();
 
     CONNECT( telexPage, valueChanged( int ), THEMIM->getIM(),
              telexGotoPage( int ) );