]> git.sesse.net Git - vlc/commitdiff
qt4 - extended dialog is a QtTool dialog.
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 27 Apr 2007 17:36:10 +0000 (17:36 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 27 Apr 2007 17:36:10 +0000 (17:36 +0000)
modules/gui/qt4/dialogs/extended.cpp

index 3ecc7ec2f4573846552c99740395f1f2dcbfcc84..c80c1e335c86775ea107204a27e45e8005bd7e91 100644 (file)
@@ -33,6 +33,8 @@ ExtendedDialog *ExtendedDialog::instance = NULL;
 
 ExtendedDialog::ExtendedDialog( intf_thread_t *_p_intf ): QVLCFrame( _p_intf )
 {
+    setWindowFlags( Qt::Tool );
+
     QHBoxLayout *l = new QHBoxLayout( this );
     QTabWidget *tab = new QTabWidget( this );