Changeset 393ae790649d0d5b6ab6b0ac4a440558ae829dbe
- Timestamp:
- 04/06/08 21:56:35
(5 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1207511795 -0700
- git-parent:
[c71376ba3596b5f555964fe30e486cac3a5130b7]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1207511795 -0700
- Message:
Fix a small layout issue
Please see these captures
http://people.via.ecp.fr/~jpeg/VideoLAN/captures/capture15.png (buggy)
http://people.via.ecp.fr/~jpeg/VideoLAN/captures/capture14.png (no bug)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8501e4a |
r393ae79 |
|
| 281 | 281 | advLayout->setMargin( 0 ); |
|---|
| 282 | 282 | advLayout->setSpacing( 0 ); |
|---|
| | 283 | advLayout->setAlignment( Qt::AlignBottom ); |
|---|
| 283 | 284 | |
|---|
| 284 | 285 | /* A to B Button */ |
|---|