Commit 67576867 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix #4493

parent eb6a3a4e
......@@ -76,6 +76,7 @@ MediaInfoDialog::MediaInfoDialog( intf_thread_t *_p_intf,
QLabel *uriLabel = new QLabel( qtr( "Location:" ) );
uriLine = new QLineEdit;
uriLine->setReadOnly( true );
layout->addWidget( infoTabW, 0, 0, 1, 8 );
layout->addWidget( uriLabel, 1, 0, 1, 1 );
......
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