Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
fdc31b55
Commit
fdc31b55
authored
Mar 04, 2008
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backport [19972], Wx - increase the time display
parent
72c970ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/gui/wxwidgets/interface.cpp
modules/gui/wxwidgets/interface.cpp
+2
-2
No files found.
modules/gui/wxwidgets/interface.cpp
View file @
fdc31b55
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* interface.cpp : wxWidgets plugin for vlc
* interface.cpp : wxWidgets plugin for vlc
*****************************************************************************
*****************************************************************************
* Copyright (C) 2000-2006 the VideoLAN team
* Copyright (C) 2000-2006 the VideoLAN team
* $Id$
* $Id
: 85a4ed4dbab8c933e3f8d884770ac7e956a4647c
$
*
*
* Authors: Gildas Bazin <gbazin@videolan.org>
* Authors: Gildas Bazin <gbazin@videolan.org>
*
*
...
@@ -418,7 +418,7 @@ Interface::Interface( intf_thread_t *_p_intf, long style ):
...
@@ -418,7 +418,7 @@ Interface::Interface( intf_thread_t *_p_intf, long style ):
/* Creation of the status bar
/* Creation of the status bar
* Helptext for menu items and toolbar tools will automatically get
* Helptext for menu items and toolbar tools will automatically get
* displayed here. */
* displayed here. */
int
i_status_width
[
3
]
=
{
1
00
,
40
,
-
1
};
int
i_status_width
[
3
]
=
{
1
50
,
55
,
-
1
};
statusbar
=
CreateStatusBar
(
3
);
/* 2 fields */
statusbar
=
CreateStatusBar
(
3
);
/* 2 fields */
statusbar
->
SetStatusWidths
(
3
,
i_status_width
);
statusbar
->
SetStatusWidths
(
3
,
i_status_width
);
statusbar
->
SetStatusText
(
wxString
::
Format
(
wxT
(
"x%.2f"
),
1.0
),
1
);
statusbar
->
SetStatusText
(
wxString
::
Format
(
wxT
(
"x%.2f"
),
1.0
),
1
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment