diff options
Diffstat (limited to 'src/panels/information/commentwidget.cpp')
| -rw-r--r-- | src/panels/information/commentwidget.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/panels/information/commentwidget.cpp b/src/panels/information/commentwidget.cpp index 6397bc39a..173a2ee6d 100644 --- a/src/panels/information/commentwidget.cpp +++ b/src/panels/information/commentwidget.cpp @@ -21,6 +21,7 @@ #include "commentwidget_p.h" #include <kdialog.h> +#include <kglobalsettings.h> #include <klocale.h> #include <QLabel> @@ -33,6 +34,7 @@ CommentWidget::CommentWidget(QWidget* parent) : m_comment() { m_label = new QLabel(this); + m_label->setFont(KGlobalSettings::smallestReadableFont()); connect(m_label, SIGNAL(linkActivated(const QString&)), this, SLOT(slotLinkActivated(const QString&))); QVBoxLayout* layout = new QVBoxLayout(this); |
