Commit 0ee2d146 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Try to use a Tool Dialog for the GotoTime dialog.

parent 9be6878a
...@@ -40,6 +40,7 @@ GotoTimeDialog *GotoTimeDialog::instance = NULL; ...@@ -40,6 +40,7 @@ GotoTimeDialog *GotoTimeDialog::instance = NULL;
GotoTimeDialog::GotoTimeDialog( intf_thread_t *_p_intf) : QVLCFrame( _p_intf ) GotoTimeDialog::GotoTimeDialog( intf_thread_t *_p_intf) : QVLCFrame( _p_intf )
{ {
setWindowFlags( Qt::Tool );
setWindowTitle( qtr( "Go to Time" ) ); setWindowTitle( qtr( "Go to Time" ) );
resize( 250, 180 ); resize( 250, 180 );
......
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