Commit 3d33cac9 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: add a minimize button to MediaInfo dialog

Close #12137
parent 9fd4b65f
......@@ -54,7 +54,8 @@ MediaInfoDialog::MediaInfoDialog( intf_thread_t *_p_intf,
setWindowTitle( qtr( "Media Information" ) );
setWindowRole( "vlc-media-info" );
setWindowFlags( Qt::Window | Qt::CustomizeWindowHint | Qt::WindowCloseButtonHint );
setWindowFlags( Qt::Window | Qt::CustomizeWindowHint |
Qt::WindowCloseButtonHint | Qt::WindowMinimizeButtonHint );
/* TabWidgets and Tabs creation */
infoTabW = 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