Changeset c5172423e32537de643af4aa5eb197c84dcb4415
- 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
| rde4f8d2 |
rc517242 |
|
| 43 | 43 | setWindowFlags( Qt::Tool ); |
|---|
| 44 | 44 | setWindowTitle( qtr( "Go to Time" ) ); |
|---|
| 45 | | resize( 250, 180 ); |
|---|
| | 45 | resize( 260, 160 ); |
|---|
| 46 | 46 | |
|---|
| 47 | 47 | QGridLayout *mainLayout = new QGridLayout( this ); |
|---|