Commit 2065847b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: use a less small font on mediainfo.

It seems really unusable on win32
(cherry picked from commit 2d96c40a)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent bd8116f9
......@@ -64,7 +64,7 @@ MetaPanel::MetaPanel( QWidget *parent,
metaLayout->setVerticalSpacing( 0 );
QFont smallFont = QApplication::font();
smallFont.setPointSize( smallFont.pointSize() - 2 );
smallFont.setPointSize( smallFont.pointSize() - 1 );
smallFont.setBold( true );
int line = 0; /* Counter for GridLayout */
......
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