Changeset 6ec764aec733dacb654ce11d2f0566c54e3b0c15
- Timestamp:
- 06/25/08 01:41:45
(2 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1214350905 -0700
- git-parent:
[68cb7744866cfe9f18516c186d1c84dc3667c07d]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1214350905 -0700
- Message:
Don't expand the bar, but the video during resizing...
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r68cb774 |
r6ec764a |
|
| 66 | 66 | videoSize.rwidth() = -1; |
|---|
| 67 | 67 | videoSize.rheight() = -1; |
|---|
| | 68 | setSizePolicy( QSizePolicy::Expanding, QSizePolicy::Expanding ); |
|---|
| 68 | 69 | |
|---|
| 69 | 70 | /* Black background is more coherent for a Video Widget IMVHO */ |
|---|