Changeset 93198986ce5dbb5fe205134b4b27819eb6edbdae
- Timestamp:
- 01/07/08 22:09:41
(3 months ago)
- Author:
- Ilkka Ollakka <ileoo@videolan.org>
- git-committer:
- Ilkka Ollakka <ileoo@videolan.org> 1214942981 +0300
- git-parent:
[6a86b0b081476c6eb90d3555041ad949a805a580]
- git-author:
- Ilkka Ollakka <ileoo@videolan.org> 1214942910 +0300
- Message:
Set sizePolicy for backgroundWidget, so when album art is visible
play/stop/etc. buttons don't jump around when album art size changes.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8fa65a4 |
r9319898 |
|
| 174 | 174 | { |
|---|
| 175 | 175 | /* We should use that one to take the more size it can */ |
|---|
| 176 | | // setSizePolicy( QSizePolicy::Preferred, QSizePolicy::Preferred ); |
|---|
| | 176 | setSizePolicy( QSizePolicy::Expanding, QSizePolicy::Expanding); |
|---|
| 177 | 177 | |
|---|
| 178 | 178 | /* A dark background */ |
|---|