Changeset 587bfa582886a0f93ed423ce1c73183026df3991
- Timestamp:
- 19/03/07 20:45:08
(2 years ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1174333508 +0000
- git-parent:
[aeb66e2b217d2793117db9bc63e53b3e7f268bfe]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1174333508 +0000
- Message:
Qt4 - comment another thing to build on windows. L4|\/|3 contribs...
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc3ce1f5 |
r587bfa5 |
|
| 62 | 62 | setMaximumWidth(200); |
|---|
| 63 | 63 | setSpacing(0); |
|---|
| 64 | | setWordWrap(true); |
|---|
| | 64 | // setWordWrap(true); |
|---|
| 65 | 65 | setVerticalScrollMode(QAbstractItemView::ScrollPerPixel); |
|---|
| 66 | 66 | setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff); |
|---|