vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <[email protected]> | Sat 
Feb 25 17:55:36 2012 +0100| [9876190294eddab69d41b9407666bd9ef57fe14a] | 
committer: Jean-Baptiste Kempf

Qt: bigger spatializer UI font
(cherry picked from commit 1e0af725d89abacc5b4cbe15f986960fca22727a)

Signed-off-by: Jean-Baptiste Kempf <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=9876190294eddab69d41b9407666bd9ef57fe14a
---

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

diff --git a/modules/gui/qt4/components/extended_panels.cpp 
b/modules/gui/qt4/components/extended_panels.cpp
index 76484f6..5c04e78 100644
--- a/modules/gui/qt4/components/extended_panels.cpp
+++ b/modules/gui/qt4/components/extended_panels.cpp
@@ -1356,7 +1356,7 @@ Spatializer::Spatializer( intf_thread_t *_p_intf, QWidget 
*_parent )
             : QWidget( _parent ) , p_intf( _p_intf )
 {
     QFont smallFont = QApplication::font();
-    smallFont.setPointSize( smallFont.pointSize() - 2 );
+    smallFont.setPointSize( smallFont.pointSize() - 1 );
 
     QGridLayout *layout = new QGridLayout( this );
 

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to