From 984378d7f7227f2b195133b33084e09f0e682583 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 10 Oct 2009 22:29:05 +0000 Subject: layout improvements svn path=/trunk/KDE/kdebase/apps/; revision=1033744 --- src/panels/information/commentwidget.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/panels/information/commentwidget.cpp') 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 +#include #include #include @@ -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); -- cgit v1.3