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