Changeset 8b43c0859249b422fb70e77c6a1be58cc57efd86
- Timestamp:
- 06/25/08 02:07:40
(2 months ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1214352460 +0100
- git-parent:
[06970296ddc77ca6e23e1e669e6d110672f21d74]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1214352261 +0100
- Message:
Increase videowidget size priority over the others.
At the moment it is redumbdant with 6ec764aec733da
(QSizePolicy::Expanding) but it will be needed when the docked playlist
is re-implemented
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r68cb774 |
r8b43c08 |
|
| 437 | 437 | { |
|---|
| 438 | 438 | videoWidget = new VideoWidget( p_intf ); |
|---|
| 439 | | mainLayout->insertWidget( 0, videoWidget ); |
|---|
| | 439 | mainLayout->insertWidget( 0, videoWidget, 10 ); |
|---|
| 440 | 440 | |
|---|
| 441 | 441 | var_Create( p_intf, "window_widget", VLC_VAR_ADDRESS ); |
|---|