Commit 8e39f1cc authored by Adrien Maglo's avatar Adrien Maglo Committed by Jean-Baptiste Kempf

Qt/EPG: set word wrap true for the tittle QLabel.

(cherry picked from commit a1aae98a)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 4b6ac090
......@@ -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 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment