[vlc-commits] Qt: bigger spatializer UI font
Jean-Baptiste Kempf
git at videolan.org
Sat Feb 25 17:55:45 CET 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Feb 25 17:55:36 2012 +0100| [1e0af725d89abacc5b4cbe15f986960fca22727a] | committer: Jean-Baptiste Kempf
Qt: bigger spatializer UI font
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1e0af725d89abacc5b4cbe15f986960fca22727a
---
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 6eabc64..1cfb778 100644
--- a/modules/gui/qt4/components/extended_panels.cpp
+++ b/modules/gui/qt4/components/extended_panels.cpp
@@ -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 );
More information about the vlc-commits
mailing list