Changeset 2242c9a26212a77015c76d186bbd3125196a7f5c
- Timestamp:
- 25/06/08 03:49:07
(3 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1214358547 -0700
- git-parent:
[c997e06cab6ec45e06664c2fe6447085b4aab187]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1214358547 -0700
- Message:
Fix Ok/Cancel button position in advanced capture properties.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc997e06 |
r2242c9a |
|
| 1134 | 1134 | advButtonBox->addButton( cancelButton, QDialogButtonBox::RejectRole ); |
|---|
| 1135 | 1135 | |
|---|
| 1136 | | gLayout->addWidget( advButtonBox, i_confsize + 1, 0, 1, -1 ); |
|---|
| | 1136 | mainLayout->addWidget( advButtonBox ); |
|---|
| 1137 | 1137 | |
|---|
| 1138 | 1138 | /* Creation of the MRL */ |
|---|