mirror of
https://github.com/fralx/LimeReport.git
synced 2025-04-01 07:03:43 +03:00
default font
This commit is contained in:
parent
f91667dd6e
commit
930dcd5da2
@ -100,6 +100,9 @@ ReportDesignWidget::ReportDesignWidget(ReportEnginePrivateInterface* report, QSe
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
m_defaultFont = QFont("Arial",10);
|
||||
#else
|
||||
m_defaultFont = qApp->font();
|
||||
m_defaultFont.setPointSize(m_defaultFont.pointSize()*0.7);
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_QTDESIGNER_INTEGRATION
|
||||
|
Loading…
Reference in New Issue
Block a user