]> git.sesse.net Git - vlc/commitdiff
Qt: bigger spatializer UI font
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 25 Feb 2012 16:55:36 +0000 (17:55 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 25 Feb 2012 16:55:36 +0000 (17:55 +0100)
modules/gui/qt4/components/extended_panels.cpp

index 6eabc64c3198acf049185763161325c831f6517f..1cfb778770b16af1658c6eb38c65f665add681f1 100644 (file)
@@ -1354,7 +1354,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 );