Commit 98761902 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: bigger spatializer UI font

(cherry picked from commit 1e0af725d89abacc5b4cbe15f986960fca22727a)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent e7dccc29
......@@ -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 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment