Commit 2d96c40a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: use a less small font on mediainfo.

It seems really unusable on win32
parent fb5766e3
...@@ -64,7 +64,7 @@ MetaPanel::MetaPanel( QWidget *parent, ...@@ -64,7 +64,7 @@ MetaPanel::MetaPanel( QWidget *parent,
metaLayout->setVerticalSpacing( 0 ); metaLayout->setVerticalSpacing( 0 );
QFont smallFont = QApplication::font(); QFont smallFont = QApplication::font();
smallFont.setPointSize( smallFont.pointSize() - 2 ); smallFont.setPointSize( smallFont.pointSize() - 1 );
smallFont.setBold( true ); smallFont.setBold( true );
int line = 0; /* Counter for GridLayout */ 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