Commit 2cc0e51d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Dialog sizing.

parent 05704dc9
......@@ -126,7 +126,7 @@ MetaPanel::MetaPanel( QWidget *parent,
nowplaying_text->setReadOnly( true );
ADD_META_2( VLC_META_PUBLISHER, publisher_text );
ADD_META_2( VLC_META_COPYRIGHT, copyright_text );
ADD_META_2( "Comments:", description_text );
ADD_META_2( "Comments", description_text );
/* useless metadata */
......
......@@ -48,7 +48,7 @@ MediaInfoDialog::MediaInfoDialog( intf_thread_t *_p_intf, bool _mainInput,
b_need_update = true;
setWindowTitle( qtr( "Media information" ) );
resize( 600 , 300 );
resize( 600 , 480 );
/* TabWidgets and Tabs creation */
IT = new QTabWidget;
......
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