]> git.sesse.net Git - vlc/commitdiff
Qt/EPG: set word wrap true for the tittle QLabel.
authorAdrien Maglo <magsoft@videolan.org>
Fri, 25 Jun 2010 20:00:00 +0000 (22:00 +0200)
committerAdrien Maglo <magsoft@videolan.org>
Fri, 25 Jun 2010 20:00:25 +0000 (22:00 +0200)
modules/gui/qt4/dialogs/epg.cpp

index afb16b1f98c87453c1466a3c27ca9c1e141fd977..6f45929d4a377bf9161368bc073fa5c52ade7e58 100644 (file)
@@ -62,6 +62,7 @@ EpgDialog::EpgDialog( intf_thread_t *_p_intf ): QVLCFrame( _p_intf )
     description->setPalette( palette );
 
     title = new QLabel( qtr( "Title" ), this );
+    title->setWordWrap( true );
 
     boxLayout->addWidget( title );
     boxLayout->addWidget( description );