diff options
| author | Peter Penz <[email protected]> | 2009-10-10 22:29:05 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-10-10 22:29:05 +0000 |
| commit | 984378d7f7227f2b195133b33084e09f0e682583 (patch) | |
| tree | b73e4e0990484f3f5d0575328e218719752a5046 /src/panels/information/commentwidget.cpp | |
| parent | b786c28e0431e01c5938a824709046fa149a6977 (diff) | |
layout improvements
svn path=/trunk/KDE/kdebase/apps/; revision=1033744
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); |
