[vlc-commits] Qt: teletext range (fix #11090)
Francois Cartegnie
git at videolan.org
Wed Apr 2 20:31:18 CEST 2014
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Apr 2 20:30:50 2014 +0200| [db6118f15fd135a0f948ae855b23d07e926741c6] | committer: Francois Cartegnie
Qt: teletext range (fix #11090)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=db6118f15fd135a0f948ae855b23d07e926741c6
---
modules/gui/qt4/components/controller.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt4/components/controller.cpp b/modules/gui/qt4/components/controller.cpp
index ccbf6f3..b2567ce 100644
--- a/modules/gui/qt4/components/controller.cpp
+++ b/modules/gui/qt4/components/controller.cpp
@@ -607,7 +607,7 @@ QFrame *AbstractController::telexFrame()
/* Page setting */
QSpinBox *telexPage = new QSpinBox( telexFrame );
- telexPage->setRange( 0, 999 );
+ telexPage->setRange( 100, 899 );
telexPage->setValue( 100 );
telexPage->setAccelerated( true );
telexPage->setWrapping( true );
More information about the vlc-commits
mailing list