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

Ronald Wright git at videolan.org
Sun Mar 10 17:00:38 CET 2013


vlc | branch: master | Ronald Wright <logiconcepts819 at gmail.com> | Fri Mar  8 17:51:22 2013 -0600| [2c613666ad3fd4fbadc6e177a044cd2c94cf0e80] | committer: Jean-Baptiste Kempf

Fix alignment and appearance of ISO standard equalizer centers in Qt GUI

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2c613666ad3fd4fbadc6e177a044cd2c94cf0e80
---

 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 ) :



More information about the vlc-commits mailing list