Commit 324befaa authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: don't have a too long URL displayed

Close #12851

(cherry picked from commit 9fd4b65f96c86ea8c39fd63a2412386d03060709)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent f2ac2bd2
......@@ -158,6 +158,7 @@ MetaPanel::MetaPanel( QWidget *parent,
lblURL = new QLabel;
lblURL->setOpenExternalLinks( true );
lblURL->setTextFormat( Qt::RichText );
lblURL->setMaximumWidth( 128 );
metaLayout->addWidget( lblURL, line -1, 7, 1, -1 );
ADD_META( VLC_META_COPYRIGHT, copyright_text, 0, 7 ); line++;
......
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