Changeset ab9ec249f2d141cec265795675db9804cddf8232
- Timestamp:
- 29/04/07 13:37:17
(2 years ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1177846637 +0000
- git-parent:
[a5a265ad837cfcff4f231f1cf2c7d692577f75af]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1177846637 +0000
- Message:
Wx - Increase the time display. Close #1116. Does not happen in Qt4.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r894e084 |
rab9ec24 |
|
| 425 | 425 | * Helptext for menu items and toolbar tools will automatically get |
|---|
| 426 | 426 | * displayed here. */ |
|---|
| 427 | | int i_status_width[3] = {100, 40, -1}; |
|---|
| | 427 | int i_status_width[3] = {150, 55, -1}; |
|---|
| 428 | 428 | statusbar = CreateStatusBar( 3 ); /* 2 fields */ |
|---|
| 429 | 429 | statusbar->SetStatusWidths( 3, i_status_width ); |
|---|