Changeset c5172423e32537de643af4aa5eb197c84dcb4415

Show
Ignore:
Timestamp:
03/05/07 21:31:13 (2 years ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1178220673 +0000
git-parent:

[22101ad94d92fd9af16fae4fbe3a931cdb7cb790]

git-author:
Jean-Baptiste Kempf <jb@videolan.org> 1178220673 +0000
Message:

Qt4 - GOto TIme dialog. Adjustement in size.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/qt4/dialogs/gototime.cpp

    rde4f8d2 rc517242  
    4343    setWindowFlags( Qt::Tool ); 
    4444    setWindowTitle( qtr( "Go to Time" ) ); 
    45     resize( 250, 180 ); 
     45    resize( 260, 160 ); 
    4646 
    4747    QGridLayout *mainLayout = new QGridLayout( this );