[vlc-devel] [PATCH] Fix alignment and appearance of ISO standard equalizer centers in Qt GUI

Ronald Wright logiconcepts819 at gmail.com
Sat Mar 9 00:51:22 CET 2013


---
 modules/gui/qt4/components/extended_panels.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/components/extended_panels.cpp b/modules/gui/qt4/components/extended_panels.cpp
index 0ab2c3b..ed6c275 100644
--- a/modules/gui/qt4/components/extended_panels.cpp
+++ b/modules/gui/qt4/components/extended_panels.cpp
@@ -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 ) :
-- 
1.7.10.4




More information about the vlc-devel mailing list