Commit 5392e7e7 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: add a minimize button to MediaInfo dialog

Close #12137

(cherry picked from commit 3d33cac9d16508a9314763b9166d97764945339c)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 0b1bc6df
......@@ -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