Commit 039d5237 authored by Jean-Philippe André's avatar Jean-Philippe André Committed by Rémi Duraffort

Extensions/Qt: open external links on labels

(cherry picked from commit 3339c90e94805f80007a14c40d70980011e8640e)
Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent 302f2929
......@@ -233,7 +233,7 @@ QWidget* ExtensionDialog::CreateWidget( extension_widget_t *p_widget )
label = new QLabel( qfu( p_widget->psz_text ), this );
p_widget->p_sys_intf = label;
label->setTextFormat( Qt::RichText );
//label->setFixedHeight( label->sizeHint().height );
label->setOpenExternalLinks( true );
return label;
case EXTENSION_WIDGET_BUTTON:
......
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