mirror of
https://github.com/fralx/LimeReport.git
synced 2025-04-02 15:33:46 +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
|
#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
|
||||||
|
Loading…
Reference in New Issue
Block a user