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
2c613666
Commit
2c613666
authored
Mar 08, 2013
by
Ronald Wright
Committed by
Jean-Baptiste Kempf
Mar 10, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix alignment and appearance of ISO standard equalizer centers in Qt GUI
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
2aa9d5fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/gui/qt4/components/extended_panels.cpp
modules/gui/qt4/components/extended_panels.cpp
+2
-2
No files found.
modules/gui/qt4/components/extended_panels.cpp
View file @
2c613666
...
...
@@ -1071,8 +1071,8 @@ static const QString vlc_band_frequencies[] =
static
const
QString
iso_band_frequencies
[]
=
{
"
31.25 Hz "
,
" 62.5
Hz "
,
" 125 Hz "
,
" 250 Hz "
,
" 500 Hz "
,
"
1 kHz "
,
"
2 kHz "
,
" 4 kHz "
,
" 8 kHz "
,
" 16 kHz "
"
31 Hz "
,
" 63
Hz "
,
" 125 Hz "
,
" 250 Hz "
,
" 500 Hz "
,
"
1 kHz "
,
"
2 kHz "
,
" 4 kHz "
,
" 8 kHz "
,
" 16 kHz "
};
Equalizer
::
Equalizer
(
intf_thread_t
*
_p_intf
,
QWidget
*
_parent
)
:
...
...
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