Commit 1d1c5e12 authored by Ludovic Fauvet's avatar Ludovic Fauvet

Qt: do not extend the dialog minimum width for long lines

parent 12646903
......@@ -710,6 +710,7 @@ ExtV4l2::ExtV4l2( intf_thread_t *_p_intf, QWidget *_parent )
"Controls will automatically appear here.")
, this );
help->setAlignment( Qt::AlignHCenter | Qt::AlignVCenter );
help->setWordWrap( true );
layout->addWidget( help );
setLayout( layout );
}
......
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